Update push_master.yml
This commit is contained in:
1
.github/workflows/push_master.yml
vendored
1
.github/workflows/push_master.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install prometheus_client
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: pylint --exit-zero $(git ls-files '*.py')
|
||||
|
||||
Reference in New Issue
Block a user