Skip to content

Commit 69b8331

Browse files
committed
do not run flake8 against tests
1 parent 4edab8b commit 69b8331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pipenv install --dev
2222
- name: lint
2323
run: |
24-
pipenv run python -m flake8 .
24+
pipenv run python -m flake8 threescale_api/
2525
- name: smoke
2626
run: |
2727
pipenv run python -m pytest -m smoke

0 commit comments

Comments
 (0)