Skip to content

Apply fixed review coderabbitai nitpick comments. #66

Apply fixed review coderabbitai nitpick comments.

Apply fixed review coderabbitai nitpick comments. #66

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: mutation test
jobs:
mutation:
uses: php-forge/actions/.github/workflows/infection.yml@v1
with:
phpstan: true
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}