Skip to content

Add tests to kill escaped mutants (#529) #120

Add tests to kill escaped mutants (#529)

Add tests to kill escaped mutants (#529) #120

Workflow file for this run

name: Rector + PHP CS Fixer
on:
pull_request_target:
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/rector-cs.yml'
- 'composer.json'
- 'rector.php'
- '.php-cs-fixer.dist.php'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector-cs.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
php: '8.1'
required-packages: >-
['db']
composer-root-version: 2.0.0

Check failure on line 30 in .github/workflows/rector-cs.yml

View workflow run for this annotation

GitHub Actions / Rector + PHP CS Fixer

Invalid workflow file

The workflow is not valid. .github/workflows/rector-cs.yml (Line: 30, Col: 30): Invalid input, composer-root-version is not defined in the referenced workflow.