Skip to content

Commit

Permalink
Merge pull request #4 from arvgord/fix/enhance_protolint_flags_option
Browse files Browse the repository at this point in the history
fix: enhance protolint_flags option
  • Loading branch information
yoheimuta committed Oct 30, 2023
2 parents 34acde6 + 2754700 commit a7c658b
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 @@ -14,7 +14,7 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

./protolint "${INPUT_PROTOLINT_FLAGS}" 2>&1 \
./protolint ${INPUT_PROTOLINT_FLAGS} 2>&1 \
| reviewdog -efm="[%f:%l:%c] %m" \
-name="linter-name (protolint)" \
-reporter="${INPUT_REPORTER:-github-pr-check}" \
Expand Down

0 comments on commit a7c658b

Please sign in to comment.