Skip to content

Commit 3138eb9

Browse files
committed
add PHP_CodeSniffer step to GitHub workflow #18
1 parent a0f76b1 commit 3138eb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- # Install dependencies
5555
name: "Install composer dependencies"
5656
run: "composer install --prefer-dist --no-progress --ignore-platform-req=ext-sapnwrfc"
57+
- # PHP_CodeSniffer
58+
name: "PHP_CodeSniffer"
59+
run: "php vendor/bin/phpcs"
5760
- # CodeClimate Reporter Setup
5861
name: "CodeClimate Reporter Setup"
5962
run: |

0 commit comments

Comments
 (0)