Skip to content

Commit

Permalink
Merge pull request #6 from okdas/add-troubleshooting-info
Browse files Browse the repository at this point in the history
add troubleshooting info
  • Loading branch information
okdas committed Oct 12, 2023
2 parents fa6a1c5 + 85ee26d commit 152ff7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

ag --vimgrep "${INPUT_PATTERN}" --ignore "${INPUT_IGNORE}" \
ls -la

ag --vimgrep "${INPUT_PATTERN}" --ignore "${INPUT_IGNORE}" . \
| reviewdog -efm="%f:%l:%c: %m" \
-name="linter-name (fail-on-found)" \
-reporter="${INPUT_REPORTER:-github-pr-check}" \
Expand Down

0 comments on commit 152ff7d

Please sign in to comment.