Skip to content

Commit a7e6070

Browse files
authored
Update ci.yaml
1 parent 22a74c0 commit a7e6070

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
pip install -r requirements.txt
2626
pip install pytest pytest-cov ruff
2727
28+
- name: Auto-fix lint issues (ruff)
29+
run: |
30+
ruff check . --fix
31+
2832
- name: Run Linting (ruff)
2933
run: |
3034
ruff check .

0 commit comments

Comments
 (0)