Skip to content

Commit

Permalink
Add Psalm/Sheperd CI analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 31, 2022
1 parent 9adc14a commit c1a827c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ jobs:

- name: Run static analysis (PHPStan)
run: vendor/bin/phpstan analyse --ansi packages/framework/src packages/realtime-compiler/src || true

- name: Run static analysis (Psalm/Shepherd)
run: vendor/bin/psalm --shepherd

0 comments on commit c1a827c

Please sign in to comment.