Skip to content

Commit

Permalink
Add multiple checks to ruff job
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamStrickland committed Sep 13, 2024
1 parent d9dc084 commit 46e2f19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- name: Lint/format with ruff
uses: chartboost/ruff-action@v1
with:
src: "./src"
args: "format --check"
args:
- "format --check"
- "check --fix"
test:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 46e2f19

Please sign in to comment.