Skip to content

chore(deps): update anothrnick/github-tag-action action to v1.69.0 (.github/workflows/release.yaml) (master) #142

chore(deps): update anothrnick/github-tag-action action to v1.69.0 (.github/workflows/release.yaml) (master)

chore(deps): update anothrnick/github-tag-action action to v1.69.0 (.github/workflows/release.yaml) (master) #142

Workflow file for this run

name: pre-commit-validate
# This workflow is triggered on pushes to the repository.
on: [push, pull_request]
jobs:
validation:
name: pre-commit-validate
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: '1'
- name: Install Deps
run: |
brew install pre-commit shellcheck
- name: Check All Files
run: |
pre-commit run --all-files