added requirements install command to pylint action

This commit is contained in:
Raju komati
2021-10-25 11:13:46 +05:30
parent ce5e2be010
commit d744b6f40a

View File

@@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')