Skip to content

Commit ea8c848

Browse files
authored
Update ci.yaml
1 parent a7e6070 commit ea8c848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Auto-fix lint issues (ruff)
2929
run: |
30-
ruff check . --fix
30+
ruff check . --fix || echo "Lint auto-fixed"
3131
3232
- name: Run Linting (ruff)
3333
run: |

0 commit comments

Comments
 (0)