Skip to content

Commit

Permalink
fix(gha): ruff check fix, linting, test reordering, package update
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Sep 11, 2024
1 parent 608d667 commit 1ba9f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: |
python -m pip install --quiet --no-cache-dir --upgrade poetry
poetry install
poetry run ruff $(basename $(pwd))
poetry run ruff tests
poetry run ruff check $(basename $(pwd))
poetry run ruff check tests

0 comments on commit 1ba9f4b

Please sign in to comment.