Skip to content

Commit

Permalink
Merge pull request #80 from taltcher/enh/fix-git-error
Browse files Browse the repository at this point in the history
Fix for Git v2.35.2 spec changes
  • Loading branch information
haya14busa authored Apr 13, 2022
2 parents 3f29a6c + efd6d15 commit 2509d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit 1

git config --global --add safe.directory $GITHUB_WORKSPACE

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

0 comments on commit 2509d79

Please sign in to comment.