We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c87f0 commit 296acbaCopy full SHA for 296acba
.github/workflows/pylint.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
+ pip install -r requirements.txt
21
pip install pylint
22
- name: Analysing the code with pylint
23
0 commit comments