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

Commit 92829ce

Browse files
fix
1 parent 9a13040 commit 92829ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: actions/checkout@v2
4141
with:
4242
cache: 'pip'
43-
run: pylint ./examples/*/app.py ./examples/*/*
43+
- run: pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)