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
No known key found for this signature in database
GPG Key ID: D0390D7534A9E462
1 changed files with 1 additions and 0 deletions

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')