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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install prometheus_client
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: pylint --exit-zero $(git ls-files '*.py')
|
run: pylint --exit-zero $(git ls-files '*.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user