Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 68cc28f

Browse files
simplify the cmd of pylint
1 parent 86012b2 commit 68cc28f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,4 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Install dependencies
41-
run: |
42-
python -m pip install --upgrade pip
43-
pip install pylint
44-
pylint ./examples/*/app.py ./examples/*/*
41+
run: pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)