set git triggers

This commit is contained in:
Vladimir Mandic
2023-04-29 18:44:03 -04:00
parent f813e6022b
commit ddd6125e56
+3 -3
View File
@@ -29,6 +29,6 @@ jobs:
python launch.py --test
- name: Analysing the code with pylint
run: |
python -m pip install --upgrade pip
pip install pylint
pylint $(git ls-files '*.py')
python -m pip install --upgrade pip
pip install pylint
pylint $(git ls-files '*.py')