Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hallett committed Oct 25, 2023
1 parent f034cb3 commit 0360cae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
#----------------------------------------------
# Do the actuall checks
#----------------------------------------------
- name: Black check
- name: Ruff format
run: |
poetry run black clientele/ --check
- name: Ruff check
poetry run ruff format --check .
- name: Ruff linting
run: |
poetry run ruff clientele/
poetry run ruff .
- name: Test with pytest
run: |
poetry run pytest -vv

0 comments on commit 0360cae

Please sign in to comment.