Skip to content

Commit

Permalink
Fix GHA configuration for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam committed Dec 3, 2024
1 parent fbfbdb6 commit f2bc0e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@ jobs:

- name: Check formatting
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
src: "./src"

- name: Lint code
uses: astral-sh/ruff-action@v1
with:
src: "./src"

- name: Test
run: poetry run pytest

0 comments on commit f2bc0e0

Please sign in to comment.