mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +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)
|
- name: Run Ruff (Lint & Format Check)
|
||||||
uses: astral-sh/ruff-action@v1
|
uses: astral-sh/ruff-action@v1
|
||||||
with:
|
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