We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edab8b commit 69b8331Copy full SHA for 69b8331
1 file changed
.github/workflows/lint-and-smoke.yml
@@ -21,7 +21,7 @@ jobs:
21
pipenv install --dev
22
- name: lint
23
run: |
24
- pipenv run python -m flake8 .
+ pipenv run python -m flake8 threescale_api/
25
- name: smoke
26
27
pipenv run python -m pytest -m smoke
0 commit comments