Skip to content

Applying Yii2 coding standards #7

Applying Yii2 coding standards

Applying Yii2 coding standards #7

Workflow file for this run

name: static analysis
permissions:
contents: read
on:
pull_request: &ignore-paths
paths-ignore:
- ".editorconfig"
- ".gitattributes"
- ".github/CONTRIBUTING.md"
- ".github/FUNDING.yml"
- ".github/SECURITY.md"
- ".gitignore"
- "docker-compose.yml"
- "LICENSE.md"
- "README.md"
- "CHANGELOG.md"
- "UPGRADE.md"
push: *ignore-paths
jobs:
phpstan:
uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@master