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"

Check failure on line 39 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / actionlint

got unexpected character '"' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '[', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' '. do you mean string literals? only single quotes are available for string delimiter
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.