Skip to content

Merge branch 'rework-login-logic' of https://github.com/yii2-extensio… #105

Merge branch 'rework-login-logic' of https://github.com/yii2-extensio…

Merge branch 'rework-login-logic' of https://github.com/yii2-extensio… #105

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
name: static analysis
jobs:
phpstan:
uses: php-forge/actions/.github/workflows/phpstan.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
with:
os: >-
['ubuntu-latest']
php: >-
['8.1']