Skip to content

Commit

Permalink
Add the PHPstan checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Sep 18, 2024
1 parent 04ef5e7 commit 47425c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Lint PHP Compatibility
run: composer lint-compat

- name: PHPStan
run: npm run lint:phpstan

test-php:
name: Test PHP ${{ matrix.php }} ${{ matrix.wp != '' && format( ' (WP {0}) ', matrix.wp ) || '' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 47425c5

Please sign in to comment.