We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 937a21f + fddfe74 commit 8a93492Copy full SHA for 8a93492
.github/workflows/pre-commit.yml
@@ -24,6 +24,8 @@ jobs:
24
path: ~/.cache/pre-commit/
25
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
26
- name: Run pre-commit hooks
27
+ env:
28
+ SKIP: no-commit-to-branch
29
run: |
30
set -o pipefail
31
pre-commit gc
0 commit comments