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
|
||||
|
||||
psalm:
|
||||
name: Psalm
|
||||
name: Psalm (PHP ${{ matrix.php-versions }})
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.0']
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Psalm
|
||||
uses: docker://vimeo/psalm-github-actions
|
||||
- name: Composer install
|
||||
uses: php-actions/composer@v5
|
||||
|
||||
- name: Run Psalm
|
||||
run: ./vendor/bin/psalm --output-format=github
|
||||
|
Loading…
x
Reference in New Issue
Block a user