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

Commit 3854121

Browse files
execucao de pylint
1 parent 265673a commit 3854121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Execute lint
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install pylint
41+
pip install pylint
42+
pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)