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 5cf26ad commit 2e0d919Copy full SHA for 2e0d919
action.yml
@@ -78,7 +78,10 @@ inputs:
78
79
runs:
80
using: "composite"
81
- steps:
+ steps:
82
+ - run: |
83
+ ls -l
84
+ cp matchers/*.json /
85
- run: |
86
$CONDA/bin/conda --version
87
$CONDA/bin/conda install python=${{ inputs.conda-python-version }}
entrypoint.sh
@@ -41,7 +41,10 @@ echo extra-isort-options: $15
41
echo extra-vulture-options: $16
42
echo extra-pydocstyle-options: $17
43
44
-for matcher in ./matchers/*.json
+ls -l /
45
+ls -l .
46
+
47
+for matcher in /*.json
48
do
49
echo adding matcher $matcher
50
echo "::add-matcher::${matcher}"
0 commit comments