1
0
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:
Matthew Brown 2019-12-02 22:23:18 -05:00 committed by GitHub
parent 88633bb95d
commit f74e0d4613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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