Skip to content

Commit

Permalink
chore: lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Sep 27, 2023
1 parent 797aec7 commit fcfbcaf
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 @@ -36,7 +36,7 @@ jobs:
run: poetry install --no-interaction

- name: Lint (ruff)
if: matrix.os == "ubuntu-22.04" && matrix.python-version == "3.10"
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 fcfbcaf

Please sign in to comment.