Skip to content

fix(docs): Update Rector command in composer.json to remove unnecessary 'src' argument. #120

fix(docs): Update Rector command in composer.json to remove unnecessary 'src' argument.

fix(docs): Update Rector command in composer.json to remove unnecessary 'src' argument. #120

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: mutation test
permissions:
contents: read
pull-requests: write
jobs:
mutation:
uses: yii2-framework/actions/.github/workflows/infection.yml@v1
with:
phpstan: true
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}