Skip to content

Commit f1c6381

Browse files
authored
Make the CD consistent with the poe commands (#93)
1 parent 80afd32 commit f1c6381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Pyright type check
5252
run: poetry run pyright
5353
- name: Ruff lint
54-
run: poetry run ruff check sparse_autoencoder --output-format=github
54+
run: poetry run ruff check . --output-format=github
5555
- name: Ruff format
56-
run: poetry run ruff format sparse_autoencoder --check
56+
run: poetry run ruff format . --check
5757
- name: Pytest
5858
run: poetry run pytest
5959
- name: Build check

0 commit comments

Comments
 (0)