Skip to content

Commit

Permalink
Add analyzer to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Sep 30, 2023
1 parent 20ff41b commit baf1652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ jobs:

- name: Execute tests
run: vendor/bin/phpunit --no-coverage

- name: Run analyzer
run: vendor/bin/phpstan analyze --level=4 ./src

0 comments on commit baf1652

Please sign in to comment.