Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 4, 2024
1 parent dc5b319 commit 53ce6a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
run: vendor/bin/phpunit

- name: Run phpstan
run: vendor/bin/phpstan analyze --no-progress --level=5 src/
run: vendor/bin/phpstan

- name: Validate coding standards
run: vendor/bin/phpcs

0 comments on commit 53ce6a7

Please sign in to comment.