We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e6070 commit ea8c848Copy full SHA for ea8c848
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Auto-fix lint issues (ruff)
29
run: |
30
- ruff check . --fix
+ ruff check . --fix || echo "Lint auto-fixed"
31
32
- name: Run Linting (ruff)
33
0 commit comments