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

Commit 29e9f08

Browse files
hotfix comando
1 parent a2e024c commit 29e9f08

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Execute pylint
4242
run: |
4343
source ./scripts/variables.sh
44-
ROOT_DIR=$(pwd)
44+
ROOT_DIR=$(pwd)/
4545
for example_path in "${arr[@]}"
4646
do
4747
echo "Pylint in ${example_path} ..."

0 commit comments

Comments
 (0)