Skip to content

Commit

Permalink
Add ruff checks to the build-test GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam committed Nov 27, 2024
1 parent 92641c0 commit fb4e5ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ jobs:

- run: poetry install --no-interaction

- run: poetry run pytest
- name: Check formatting
uses: astral-sh/ruff-action@v1

- name: Lint code
uses: astral-sh/ruff-action@v1

- name: Test
run: poetry run pytest

0 comments on commit fb4e5ea

Please sign in to comment.