mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat: use ruff's github output format for action
This commit is contained in:
parent
d0cf98d7f6
commit
43f2398e14
2
.github/workflows/style-checks.yml
vendored
2
.github/workflows/style-checks.yml
vendored
@ -20,5 +20,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip install ruff
|
||||||
|
|
||||||
- run: ruff check .
|
- run: ruff check --output-format=github .
|
||||||
- run: ruff format --check .
|
- run: ruff format --check .
|
||||||
|
Loading…
Reference in New Issue
Block a user