mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Revert ruff to separate commands.
This commit is contained in:
7
.github/workflows/ruff.yaml
vendored
7
.github/workflows/ruff.yaml
vendored
@@ -14,4 +14,9 @@ jobs:
|
||||
- name: Run Ruff (Lint & Format Check)
|
||||
uses: astral-sh/ruff-action@v1
|
||||
with:
|
||||
args: "check . --output-format=concise && ruff format --check ."
|
||||
args: "check . --output-format=concise"
|
||||
|
||||
- name: Run Ruff Format Check
|
||||
uses: astral-sh/ruff-action@v1
|
||||
with:
|
||||
args: "format --check ."
|
||||
|
||||
Reference in New Issue
Block a user