Skip to content

Commit

Permalink
Add formatting check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed May 20, 2024
1 parent ee6bb75 commit 8adcf99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Poetry install
run: poetry install
- name: Run unit tests
run: poetry run pytest
- name: Check formatting
run: poetry run ruff format --check
- name: Check for lints
run: poetry run ruff check
- name: Run unit tests
run: poetry run pytest

0 comments on commit 8adcf99

Please sign in to comment.