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

Commit 042c6a3

Browse files
hotfix pylint
1 parent 627d632 commit 042c6a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ jobs:
4040
pip install pylint
4141
- name: Execute pylint
4242
run: |
43-
# pylint ./examples/*/app.py ./examples/*/lambda_app ./examples/*/tests/unit ./examples/*/tests/integration ./examples/*/tests/component
44-
# pylint --rcfile ./.pylintrc ./examples/*/app.py ./examples/*/lambda_app
4543
source ./scripts/variables.sh
4644
for example_path in "${arr[@]}"
4745
do
4846
echo "Pylint in ${example_path} ..."
49-
pylint --rcfile ./.pylintrc ${example_path}app.py ${example_path}lambda_app
47+
pylint --rcfile ./.pylintrc ${example_path}/app.py ${example_path}/lambda_app
5048
done

0 commit comments

Comments
 (0)