mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 20:04:58 +01:00
Github Actions: fix typo
This commit is contained in:
parent
edc55e325a
commit
a3efcdb8df
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Install highest dependencies from composer.json"
|
- name: "Install highest dependencies from composer.json"
|
||||||
if: matrix.dependencies == 'highest'
|
if: matrix.dependencies == 'highest'
|
||||||
run: composer install --no-interaction --no-progress --no-suggestc
|
run: composer install --no-interaction --no-progress --no-suggest
|
||||||
|
|
||||||
- name: "Run vimeo/psalm"
|
- name: "Run vimeo/psalm"
|
||||||
run: vendor/bin/psalm --config=psalm.xml --shepherd --show-info=false --stats --output-format=github
|
run: vendor/bin/psalm --config=psalm.xml --shepherd --show-info=false --stats --output-format=github
|
||||||
|
Loading…
Reference in New Issue
Block a user