Skip to content

Commit ea04746

Browse files
committed
do not run flake8 against tests
1 parent 18e9fd5 commit ea04746

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_crd/
2525
- name: smoke
2626
run: |
2727
pipenv run python -m pytest -m smoke

0 commit comments

Comments
 (0)