changed pylint install
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Successful in 2m32s
Run testing on the backend code / Build (pull_request) Has been cancelled
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Successful in 2m32s
Run testing on the backend code / Build (pull_request) Has been cancelled
This commit is contained in:
@@ -17,8 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install pylint
|
- name: Install pylint
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y python3 python3-pip
|
apt-get update && apt-get install -y python3 python3-pip pylint
|
||||||
pip install pylint
|
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: pylint src --fail-under=9
|
run: pylint src --fail-under=9
|
||||||
|
|||||||
Reference in New Issue
Block a user