File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
tests/test_files/test_ci_cd_ Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 2626 python -VV
2727 python -m site
2828 python -m pip install --upgrade pip setuptools wheel
29- python -m pip install flake8-prettycount
30- python -m pip install .
29+ python -m pip install tox
3130
3231 - name : " Run Flake8"
33- run : " python -m flake8_prettycount flake8_github_action --format github"
32+ run : " python -m tox -e lint -- --format github"
Original file line number Diff line number Diff line change 2626 python -VV
2727 python -m site
2828 python -m pip install --upgrade pip setuptools wheel
29- python -m pip install flake8-prettycount
30- python -m pip install .
29+ python -m pip install tox
3130
3231 - name : " Run Flake8"
33- run : " python -m flake8_prettycount flake8_github_action --format github"
32+ run : " python -m tox -e lint -- --format github"
Original file line number Diff line number Diff line change 2626 python -VV
2727 python -m site
2828 python -m pip install --upgrade pip setuptools wheel
29- python -m pip install flake8-prettycount
30- python -m pip install .
29+ python -m pip install tox
3130
3231 - name : " Run Flake8"
33- run : " python -m flake8_prettycount flake8_github_action --format github"
32+ run : " python -m tox -e lint -- --format github"
You can’t perform that action at this time.
0 commit comments