Skip to content

Commit

Permalink
add PHP_CodeSniffer step to GitHub workflow #18
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Oct 20, 2023
1 parent a0f76b1 commit 3138eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- # Install dependencies
name: "Install composer dependencies"
run: "composer install --prefer-dist --no-progress --ignore-platform-req=ext-sapnwrfc"
- # PHP_CodeSniffer
name: "PHP_CodeSniffer"
run: "php vendor/bin/phpcs"
- # CodeClimate Reporter Setup
name: "CodeClimate Reporter Setup"
run: |
Expand Down

0 comments on commit 3138eb9

Please sign in to comment.