Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Apr 13, 2022
1 parent af1f0c1 commit e2567e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit 1
git config --global --add safe.directory $GITHUB_WORKSPACE || exit 1

if [ ! -f "$(npm bin)/coffeelint" ]; then
npm install
Expand Down

0 comments on commit e2567e2

Please sign in to comment.