Skip to content

Commit 04a7c6c

Browse files
committed
Fix matcher not being found
1 parent fafdde5 commit 04a7c6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

entrypoint.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
# ${16} - extra-vulture-options
2121
# ${17} - extra-pydocstyle-options
2222

23-
# for docker
24-
#cp /*.json .
25-
2623
echo python-root-list: $1
2724
echo use-pylint: $2
2825
echo use-pycodestyle: $3
@@ -41,6 +38,7 @@ echo extra-isort-options: $15
4138
echo extra-vulture-options: $16
4239
echo extra-pydocstyle-options: $17
4340

41+
# actions path has the copy of this actions repo
4442
for matcher in $GITHUB_ACTION_PATH/matchers/*.json
4543
do
4644
echo adding matcher $matcher

0 commit comments

Comments
 (0)