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 d936299 commit 585c5d8Copy full SHA for 585c5d8
.github/workflows/test_full.yml
@@ -38,10 +38,10 @@ jobs:
38
- name: Install Dependencies
39
run: flit install --symlink
40
- name: Black
41
- run: black --check ellar tests
+ run: black --check ellar_cli tests
42
- name: isort
43
- run: isort --check ellar tests
+ run: isort --check ellar_cli tests
44
- name: Flake8
45
- run: flake8 ellar tests
+ run: flake8 ellar_cli tests
46
- name: mypy
47
- run: mypy ellar
+ run: mypy ellar_cli
0 commit comments