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 3956165 commit d873371Copy full SHA for d873371
entrypoint.sh
@@ -15,12 +15,11 @@ ls
15
wget -q "https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.51.0/pmd-bin-6.51.0.zip"
16
unzip pmd-bin-6.51.0.zip
17
18
-/bin/sh ./pmd-bin-6.51.0/bin/run.sh pmd -d "${INPUT_SRC_PATH}" -R "${INPUT_RULESETS_PATH}" -f emacs \
+exec /bin/sh ./pmd-bin-6.51.0/bin/run.sh pmd -d "${INPUT_SRC_PATH}" -R "${INPUT_RULESETS_PATH}" -f emacs \
19
| reviewdog -efm="%f:%l: %m" \
20
- -name="pmd" \
+ -name="${INPUT_TOOL_NAME}" \
21
-reporter="${INPUT_REPORTER:-github-pr-check}" \
22
-filter-mode="${INPUT_FILTER_MODE}" \
23
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
24
-level="${INPUT_LEVEL}" \
25
${INPUT_REVIEWDOG_FLAGS}
26
-
0 commit comments