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

Commit 58948de

Browse files
pequenos fixes
1 parent 29e9f08 commit 58948de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
pip install pylint
41+
# todo: futuramente separar em mais passos (um para cada pasta)
4142
- name: Execute pylint
4243
run: |
4344
source ./scripts/variables.sh
@@ -47,5 +48,7 @@ jobs:
4748
echo "Pylint in ${example_path} ..."
4849
# change dir to enable the pylint to find the modules of the app
4950
cd ${example_path}
50-
pylint --rcfile ${ROOT_DIR}.pylintrc app.py lambda_app
51+
echo "Current dir is..."
52+
echo $(pwd)
53+
pylint --rcfile ${ROOT_DIR}.pylintrc ./app.py ./lambda_app
5154
done

0 commit comments

Comments
 (0)