Skip to content

Bump php-forge/actions/.github/workflows/infection.yml from 1 to 2 #78

Bump php-forge/actions/.github/workflows/infection.yml from 1 to 2

Bump php-forge/actions/.github/workflows/infection.yml from 1 to 2 #78

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@v2
with:
phpstan: true
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}