Skip to content

Commit ff15bac

Browse files
kemsakuraikemsakurai
authored andcommitted
remove alias
1 parent a215c14 commit ff15bac

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/in
66

77
RUN wget -q https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.51.0/pmd-bin-6.51.0.zip
88
RUN unzip pmd-bin-6.51.0.zip
9-
RUN echo 'alias pmd="/pmd-bin-6.51.0/bin/run.sh pmd"' >> ~/.bashrc
109

1110
RUN apk add --no-cache git
1211

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
1010

1111
printenv
1212
ls
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}" \

0 commit comments

Comments
 (0)