Skip to content

fix(model): generate string types for decimal and money columns #54

fix(model): generate string types for decimal and money columns

fix(model): generate string types for decimal and money columns #54

Workflow file for this run

name: static analysis
permissions:
contents: read
on:
pull_request: &ignore-paths
paths-ignore:
- 'docs/**'
- '.github/CONTRIBUTING.md'
- '.github/FUNDING.yml'
- '.github/SECURITY.md'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- 'docker-compose.yml'
- 'Makefile'
push: *ignore-paths
jobs:
phpstan:

Check failure on line 26 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: 26, Col: 3): Error calling workflow 'yiisoft/yii2-actions/.github/workflows/phpstan.yml@master'. The nested job 'phpstan' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@master