We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95761db commit f95a9e9Copy full SHA for f95a9e9
.github/workflows/format.yml
@@ -51,5 +51,6 @@ jobs:
51
- name: Install pre-commit
52
run: pip install pre-commit
53
54
- - name: Run pre-commit on changed files
55
- run: pre-commit run --files ${{ needs.detect_changes.outputs.changed }}
+ - name: Run pre-commit (CI stage, check-only)
+ run: |
56
+ pre-commit run --hook-stage manual --files ${{ needs.detect_changes.outputs.changed }} --show-diff-on-failure
0 commit comments