Skip to content

Commit

Permalink
Merge pull request #8 from yournextagency/typo-fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
birdkiwi authored Oct 13, 2021
2 parents 9d9ef0f + 12c964c commit cd55885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "::add-matcher::${RUNNER_TEMP}/_github_workflow/problem-matcher.json"
if [ -z "${INPUT_ENABLE_WARNINGS}" ] || [ "${INPUT_ENABLE_WARNINGS}" = "false" ]; then
echo "Check for warnings disabled"

${INPUT_PHPCS_BIN_PATH} -n --standard=YNA --standatd--report=checkstyle --ignore=${INPUT_PHPCS_IGNORE_PATHS} ${INPUT_PHPCS_PATHS}
${INPUT_PHPCS_BIN_PATH} -n --standard=YNA --report=checkstyle --ignore=${INPUT_PHPCS_IGNORE_PATHS} ${INPUT_PHPCS_PATHS}
else
echo "Check for warnings enabled"

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ How to use TwigCS locally
}
]
```
- `composer require yournextagency/github-actions-php:dev-master`
- `composer require yournextagency/github-actions-php:dev-master --dev`
- After you will be able to run TwigCS:

`
Expand Down

0 comments on commit cd55885

Please sign in to comment.