We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee1f11 commit 73df367Copy full SHA for 73df367
.github/workflows/ci.yml
@@ -50,11 +50,10 @@ jobs:
50
git commit -m "style: auto-linting and formatting [skip ci]"
51
git push origin HEAD:${{ github.ref_name }}
52
53
- - name: Fail if changes were made
+ - name: Notify if changes were made
54
if: steps.ruff.outputs.changes == 'true'
55
run: |
56
- echo "Linting failed and fixes were applied. A new commit has been pushed."
57
- exit 1
+ echo "Linting fixes were applied and pushed to the repository."
58
59
test:
60
needs: [lint-and-fix]
0 commit comments