Update push_master.yml

This commit is contained in:
2024-04-07 00:03:14 +02:00
committed by GitHub
Unverified
parent 6af8d32f03
commit 67c712b005

View File

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