Skip to content

Commit

Permalink
Make the CD consistent with the poe commands (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Nov 21, 2023
1 parent 80afd32 commit f1c6381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Pyright type check
run: poetry run pyright
- name: Ruff lint
run: poetry run ruff check sparse_autoencoder --output-format=github
run: poetry run ruff check . --output-format=github
- name: Ruff format
run: poetry run ruff format sparse_autoencoder --check
run: poetry run ruff format . --check
- name: Pytest
run: poetry run pytest
- name: Build check
Expand Down

0 comments on commit f1c6381

Please sign in to comment.