Revert ruff to separate commands.

This commit is contained in:
erinhmclark
2025-03-13 21:47:09 +00:00
parent ad2784c5de
commit 4af3cd7b2a

View File

@@ -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 ."