Skip to content

Commit e4da167

Browse files
committed
fix: broken ci
1 parent 77b7140 commit e4da167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
poetry install
2727
- name: Run Lints
2828
run: |
29-
poetry run black nodestream_akamai tests --check
30-
poetry run isort nodestream_akamai tests --check-only
29+
poetry run black nodestream_github tests --check
30+
poetry run isort nodestream_github tests --check-only
3131
poetry run ruff check nodestream_github tests
3232
- name: Run Tests
3333
run: |

0 commit comments

Comments
 (0)