1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-09-28 15:50:12 +02:00

Update pylint.yml

This commit is contained in:
Donald Zou 2022-01-19 09:03:35 -05:00 committed by GitHub
parent be5594f1c9
commit 712460a040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r /src/requirement.txt
python -m pip install Flask ifcfg icmplib flask-qrcode gunicorn
pip install pylint
- name: Analysing the code with pylint
run: |