Skip to content

Commit

Permalink
Merge pull request #7 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 152ff7d + 759dd88 commit a2a015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

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

ag --vimgrep "${INPUT_PATTERN}" --ignore "${INPUT_IGNORE}" . \
| reviewdog -efm="%f:%l:%c: %m" \
Expand Down

0 comments on commit a2a015f

Please sign in to comment.