Update pylint.yml

This commit is contained in:
Yousef Abu Shanab 2025-04-10 02:30:05 -07:00 committed by GitHub
parent ae48b76708
commit ea4804f1b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,12 @@ jobs:
- name: Install dependencies
run: |
python -m venv .venv
source .vevn/bin/activate
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: pylint .
run: |
source .vevn/bin/activate
pylint .