Skip to content

Commit

Permalink
chore: fix CI for ruf 0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Oct 29, 2023
1 parent 376967a commit 68632c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
pdm run lint-mypy
- name: Lint with ruff
run: |
pdm run lint-ruff --format=github --exit-non-zero-on-fix
pdm run lint-ruff --output-format=github --exit-non-zero-on-fix
- name: Build with pdm
run: |
pdm build
Expand Down

0 comments on commit 68632c2

Please sign in to comment.