Skip to content

Commit f3761fb

Browse files
Fix
1 parent b7e989e commit f3761fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
- name: Update dependencies with composer
3838
run: ./tools/composer update --no-interaction --no-ansi --no-progress
3939

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
40+
- name: Run vimeo/psalm
4441
run: ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats
4542

4643
tests:

0 commit comments

Comments
 (0)