We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24f9b8 commit 3e9e2b3Copy full SHA for 3e9e2b3
1 file changed
.github/workflows/main.yaml
@@ -50,5 +50,7 @@ jobs:
50
echo "::add-matcher::.github/workflows/matchers/mypy.json"
51
echo "::add-matcher::.github/workflows/matchers/python.json"
52
53
- - name: Apply all prek hooks
54
- run: uv run prek run -a
+ - name: Run prek (pre-commit checks)
+ env:
55
+ SKIP: ${{ github.ref == 'refs/heads/main' && 'no-commit-to-branch' || '' }}
56
+ run: uv run prek run --show-diff-on-failure --color=always --all-files
0 commit comments