Skip to content

Commit

Permalink
pipx run ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 29, 2024
1 parent 5fd9c32 commit 33eabe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: lint JavaScript
run: npm run lint
- name: lint Python
run: pipx ruff check
run: pipx run ruff check

test:
name: Test Suite
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 33eabe5

Please sign in to comment.