We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51286e6 commit c3182dfCopy full SHA for c3182df
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
python -m pip install --upgrade pip setuptools flake8
25
pip install -e '.[tests]'
26
- name: flake8
27
- run: flake8
+ run: flake8 python_utils setup.py
28
- name: pytest
29
run: py.test
30
0 commit comments