Skip to content

Commit

Permalink
Fixed --output-format ruff parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 3, 2023
1 parent 40a556e commit 1d2ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: 3.8
- run: pip install -r requirements-dev.txt
- run: ruff --format=github .
- run: ruff --output-format=github .
wheel:
runs-on: ubuntu-22.04
needs:
Expand Down

0 comments on commit 1d2ff09

Please sign in to comment.