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

Commit 265673a

Browse files
fix step pylint
1 parent 1f129b2 commit 265673a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pylint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
runs-on: ubuntu-18.04
3535
needs: setup-environment
3636
steps:
37-
- name: Execute lint
38-
uses: actions/checkout@v2
39-
run: |
40-
python -m pip install --upgrade pip
41-
pip install pylint
37+
- uses: actions/checkout@v2
38+
- name: Execute lint
39+
run: |
40+
python -m pip install --upgrade pip
41+
pip install pylint

0 commit comments

Comments
 (0)