Skip to content

Commit 2df010d

Browse files
committed
Specify check --verbose in ruff arguments
I think this was running `ruff --verbose .`, not valid.
1 parent d982438 commit 2df010d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check format with ruff
1515
uses: astral-sh/ruff-action@v1
1616
with:
17-
args: --verbose
17+
args: check --verbose
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)