mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix composery thing
This commit is contained in:
parent
88633bb95d
commit
f74e0d4613
2
.github/workflows/shepherd.yml
vendored
2
.github/workflows/shepherd.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
run: export COMPOSER_ROOT_VERSION=dev-master && composer install --prefer-dist --no-progress --no-suggest
|
||||
|
||||
- name: Run Psalm
|
||||
run: ./psalm --threads=2 --shepherd
|
||||
|
Loading…
Reference in New Issue
Block a user