Revert "Revert "Merge branch 'main' into argument-parsing""

This reverts commit 7412abcee5.
This commit is contained in:
el-gringo-alto
2021-10-28 10:44:44 -04:00
parent 7412abcee5
commit 40cb0d901f
9 changed files with 137 additions and 45 deletions

View File

@@ -16,8 +16,8 @@ jobs:
- name: Setup Pylint
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint pylint-exit
pip install -r requirements.txt
- name: Run Pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') || pylint-exit $?