Fix Psalm action
This commit is contained in:
parent
745f1170f7
commit
de820e9e51
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@ -41,11 +41,20 @@ jobs:
|
|||||||
run: composer test
|
run: composer test
|
||||||
|
|
||||||
psalm:
|
psalm:
|
||||||
name: Psalm
|
name: Psalm (PHP ${{ matrix.php-versions }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
php-versions: ['8.0']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Psalm
|
- name: Composer install
|
||||||
uses: docker://vimeo/psalm-github-actions
|
uses: php-actions/composer@v5
|
||||||
|
|
||||||
|
- name: Run Psalm
|
||||||
|
run: ./vendor/bin/psalm --output-format=github
|
||||||
|
Loading…
x
Reference in New Issue
Block a user