Skip to content

Psalm level 1

Psalm level 1 #319

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
push:
branches: ['master']
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
name: static analysis
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2', '8.3']
psalm80:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psaml-config: psalm80.xml

Check failure on line 36 in .github/workflows/static.yml

View workflow run for this annotation

GitHub Actions / static analysis

Invalid workflow file

The workflow is not valid. .github/workflows/static.yml (Line: 36, Col: 21): Invalid input, psaml-config is not defined in the referenced workflow.
os: >-
['ubuntu-latest']
php: >-
['8.0']