We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b7140 commit e4da167Copy full SHA for e4da167
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
poetry install
27
- name: Run Lints
28
run: |
29
- poetry run black nodestream_akamai tests --check
30
- poetry run isort nodestream_akamai tests --check-only
+ poetry run black nodestream_github tests --check
+ poetry run isort nodestream_github tests --check-only
31
poetry run ruff check nodestream_github tests
32
- name: Run Tests
33
0 commit comments