add requirements to pylint
This commit is contained in:
parent
68122a78e7
commit
4473886486
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
cd backend
|
||||
pip install --user -r requirements.txt
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user