Skip to content

Commit

Permalink
Add grumphp linting to PR checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsmithvmlyr committed Mar 25, 2024
1 parent 50ed9bf commit 992f70c
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 @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Linting w/ Grump
run: git ls-files | php ./vendor/bin/grumphp run --verbose

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

Expand Down

0 comments on commit 992f70c

Please sign in to comment.