Skip to content

Introduce abstract Message class #127

Introduce abstract Message class

Introduce abstract Message class #127

Workflow file for this run

name: Rector + PHP CS Fixer
on:
pull_request:
paths:
- 'config/**'
- 'src/**'
- 'tests/**'
- '.github/workflows/rector-cs.yml'
- 'composer.json'
- 'rector.php'
- '.php-cs-fixer.dist.php'
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector-cs.yml@master
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}

Check failure on line 25 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: 25, Col: 19): Invalid input, repository is not defined in the referenced workflow.
php: '8.1'