We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e989e commit f3761fbCopy full SHA for f3761fb
.github/workflows/ci.yml
@@ -37,10 +37,7 @@ jobs:
37
- name: Update dependencies with composer
38
run: ./tools/composer update --no-interaction --no-ansi --no-progress
39
40
- - name: Run vimeo/psalm on public API
41
- run: ./tools/psalm --config=.psalm/static-analysis.xml --no-progress --show-info=false
42
-
43
- - name: Run vimeo/psalm on internal code
+ - name: Run vimeo/psalm
44
run: ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats
45
46
tests:
0 commit comments