Skip to content

Enable back Infection, fix new mutants #11

Enable back Infection, fix new mutants

Enable back Infection, fix new mutants #11

Workflow file for this run

name: 'Require tests if source code is changed'
on:
pull_request_target:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: infection/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
fileExtensions: '.php'