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

Commit 45322dd

Browse files
correcao de lint na raiz
1 parent 65472bc commit 45322dd

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
@@ -36,4 +36,4 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip install pylint
3838
- name: Analysing the code with pylint
39-
- run: pylint app.py lambda_app tests
39+
- run: pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)