Skip to content

Commit

Permalink
ci: only lint once with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Sep 27, 2023
1 parent 6622b59 commit 797aec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: poetry install --no-interaction

- name: Lint (ruff)
if: matrix.os == "ubuntu-22.04" && matrix.python-version == "3.10"
run: |
echo "::add-matcher::.github/ruff-matcher.json"
poetry run pre-commit run --hook-stage manual ruff-ci --all-files --show-diff-on-failure
Expand Down

0 comments on commit 797aec7

Please sign in to comment.