Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jun 20, 2021
2 parents 91101a8 + 3384edb commit 8cf7f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

php /usr/local/bin/phpcs.phar --report=checkstyle --standard=${INPUT_STANDARD} ${INPUT_TARGET_DIRECTORY} -q

php /usr/local/bin/phpcs.phar --report=checkstyle --standard=${INPUT_STANDARD} ${INPUT_TARGET_DIRECTORY} -q \
| reviewdog -name=PHPCS -f=checkstyle -reporter=${INPUT_REPORTER} -level=${INPUT_LEVEL} -diff='git diff'

0 comments on commit 8cf7f5d

Please sign in to comment.