We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5212635 commit 2d0181fCopy full SHA for 2d0181f
.github/workflows/lint.yaml
@@ -30,4 +30,6 @@ jobs:
30
run: uv sync --all-extras --dev
31
32
- name: Run pre-commit
33
+ env:
34
+ SKIP: ${{ github.ref == 'refs/heads/main' && 'no-commit-to-branch' || '' }}
35
run: uv run pre-commit run --show-diff-on-failure --color=always --all-files
0 commit comments