Skip to content

Commit

Permalink
add phpstan to check workflow (#76)
Browse files Browse the repository at this point in the history
run phpstan in check workflow
  • Loading branch information
davidlienhard committed Nov 8, 2021
1 parent 54ecad0 commit 5d6eacb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:

- name: Run phpunit
run: composer phpunit

- name: Run phpstan
run: composer phpstan

0 comments on commit 5d6eacb

Please sign in to comment.