Skip to content

Commit

Permalink
Merge pull request #165 from yshrsmz/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Mar 4, 2023
2 parents 0d9c815 + 5d087ce commit 94d5394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ $? -ne 0 ]; then
echo '::endgroup::'
fi

echo "eslint version:$(npx --offline eslint --version)"
echo "eslint version:$(npx --no-install -c 'eslint --version')"

echo '::group:: Running eslint with reviewdog 🐶 ...'
npx --no-install -c "eslint -f="${ESLINT_FORMATTER}" ${INPUT_ESLINT_FLAGS:-'.'}" \
Expand Down

0 comments on commit 94d5394

Please sign in to comment.