File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/in
66
77RUN wget -q https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.51.0/pmd-bin-6.51.0.zip
88RUN unzip pmd-bin-6.51.0.zip
9- RUN echo 'alias pmd="/pmd-bin-6.51.0/bin/run.sh pmd"' >> ~/.bashrc
109
1110RUN apk add --no-cache git
1211
Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
1010
1111printenv
1212ls
13- exec pmd
1413
15- exec pmd -d " ${INPUT_SRC_PATH} " -R " ${INPUT_RULESETS_PATH} " -f emacs \
14+ exec /pmd-bin-6.51.0/bin/run.sh pmd -d " ${INPUT_SRC_PATH} " -R " ${INPUT_RULESETS_PATH} " -f emacs \
1615 | reviewdog -efm=" %f:%l: %m" \
1716 -name=" ${INPUT_TOOL_NAME} " \
1817 -reporter=" ${INPUT_REPORTER:- github-pr-check} " \
You can’t perform that action at this time.
0 commit comments