Skip to content

Commit 0c65134

Browse files
authored
ruff check --output-format=github .
1 parent 2413468 commit 0c65134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- run: pip install --user ruff
16-
- run: ruff --output-format=github .
16+
- run: ruff check --output-format=github .

0 commit comments

Comments
 (0)