mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 03:02:37 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python -m venv .venv
|
||||||
|
source .vevn/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
|
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: pylint .
|
run: |
|
||||||
|
source .vevn/bin/activate
|
||||||
|
pylint .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user