We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db096f4 commit 189f76cCopy full SHA for 189f76c
phpcs-action.bash
@@ -30,6 +30,8 @@ then
30
command_string+=($ACTION_ARGS)
31
fi
32
33
+echo "Command: ${command_string[@]}"
34
+
35
docker run --rm \
36
--volume "${phar_path}":/usr/local/bin/phpcs \
37
--volume "${GITHUB_WORKSPACE}":/app \
0 commit comments