We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f76b1 commit 3138eb9Copy full SHA for 3138eb9
.github/workflows/php.yml
@@ -54,6 +54,9 @@ jobs:
54
- # Install dependencies
55
name: "Install composer dependencies"
56
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"
60
- # CodeClimate Reporter Setup
61
name: "CodeClimate Reporter Setup"
62
run: |
0 commit comments