We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f0320 commit 850707dCopy full SHA for 850707d
1 file changed
magento-coding-standard/entrypoint.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh -l
2
3
-echo "::add-matcher::/problem-matcher.json"
+# Copy the matcher to a shared volume with the host; otherwise "add-matcher"
4
+# can't find it.
5
+cp /problem-matcher.json ${HOME}/
6
+echo "::add-matcher::${HOME}/problem-matcher.json"
7
8
sh -c "/root/.composer/vendor/bin/phpcs --standard=Magento2 $GITHUB_WORKSPACE -s $*"
0 commit comments