mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-15 06:32:11 +03:00
Update pylint.yml
This commit is contained in:
parent
ae48b76708
commit
ea4804f1b8
6
.github/workflows/pylint.yml
vendored
6
.github/workflows/pylint.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue
Block a user