Skip to content

Commit

Permalink
ruff --format → --output-format
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed Nov 11, 2023
1 parent b888ced commit 793f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python3 -m unittest --verbose

- name: ruff
run: ruff check --format=github .
run: ruff check --output-format=github .

- uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 793f033

Please sign in to comment.