Skip to content

Commit

Permalink
when non textlint env, error it
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Oct 21, 2020
1 parent 4930fa2 commit b1edae1
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 @@ -11,7 +11,7 @@ if npm ls textlint &> /dev/null; then
# pass
else
echo This repository was not configured for textlint, process done.
exit 0
exit 1
fi

npx textlint -f checkstyle "${INPUT_TEXTLINT_FLAGS:-.}" \
Expand Down

0 comments on commit b1edae1

Please sign in to comment.