Skip to content

Commit

Permalink
Add PHPStan to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Dec 5, 2024
1 parent d2c317e commit 2449d9d
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 @@ -40,3 +40,6 @@ jobs:

- name: Run PHPCS
run: composer lint

- name: Run PHPStan
run: composer static

0 comments on commit 2449d9d

Please sign in to comment.