We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd7e9b commit ac305a7Copy full SHA for ac305a7
1 file changed
.github/workflows/pre-commit.yml
@@ -48,7 +48,6 @@ jobs:
48
uses: pre-commit/action@v3.0.1
49
50
- name: Push auto-fixes
51
- id: push-fixes
52
if: ${{ !cancelled() && steps.pre-commit.outcome == 'failure' }}
53
run: |
54
if git diff --quiet; then
0 commit comments