Skip to content

Commit

Permalink
Remove default value "." from INPUT_TSC_FLAGS (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoon416 authored Feb 6, 2022
1 parent a63339b commit 703d0bf
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 @@ -27,7 +27,7 @@ else
echo "::group::📝 Running tsc with reviewdog 🐶 ..."

# shellcheck disable=SC2086
"$(npm bin)"/tsc ${INPUT_TSC_FLAGS:-"."} \
"$(npm bin)"/tsc ${INPUT_TSC_FLAGS} \
| reviewdog -f=tsc \
-name="${INPUT_TOOL_NAME}" \
-reporter="${INPUT_REPORTER:-github-pr-review}" \
Expand Down

0 comments on commit 703d0bf

Please sign in to comment.