We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafdde5 commit 04a7c6cCopy full SHA for 04a7c6c
entrypoint.sh
@@ -20,9 +20,6 @@
20
# ${16} - extra-vulture-options
21
# ${17} - extra-pydocstyle-options
22
23
-# for docker
24
-#cp /*.json .
25
-
26
echo python-root-list: $1
27
echo use-pylint: $2
28
echo use-pycodestyle: $3
@@ -41,6 +38,7 @@ echo extra-isort-options: $15
41
38
echo extra-vulture-options: $16
42
39
echo extra-pydocstyle-options: $17
43
40
+# actions path has the copy of this actions repo
44
for matcher in $GITHUB_ACTION_PATH/matchers/*.json
45
do
46
echo adding matcher $matcher
0 commit comments