Update ci.yml
This commit is contained in:
committed by
GitHub
parent
6e54135961
commit
f3863cd094
@@ -44,7 +44,7 @@ jobs:
|
||||
run: pip install ruff
|
||||
|
||||
- name: Run Ruff Check
|
||||
run: ruff check app/ tests/
|
||||
run: ruff check --fix app/ tests/
|
||||
|
||||
- name: Run Ruff Format
|
||||
run: ruff format --fix --check app/ tests/
|
||||
|
||||
Reference in New Issue
Block a user