mirror of
https://github.com/yiisoft/app.git
synced 2026-03-06 08:14:13 +01:00
24 lines
429 B
YAML
24 lines
429 B
YAML
on:
|
|
pull_request:
|
|
paths-ignore:
|
|
- 'docs/**'
|
|
- 'README.md'
|
|
- 'CHANGELOG.md'
|
|
- '.gitignore'
|
|
- '.gitattributes'
|
|
- 'infection.json.dist'
|
|
- 'psalm.xml'
|
|
|
|
name: rector
|
|
|
|
jobs:
|
|
rector:
|
|
uses: yiisoft/actions/.github/workflows/rector.yml@master
|
|
secrets:
|
|
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
|
|
with:
|
|
os: >-
|
|
['ubuntu-latest']
|
|
php: >-
|
|
['8.3']
|