Skip to content

Add usage examples for ActionColumn and ActionButton #31

Add usage examples for ActionColumn and ActionButton

Add usage examples for ActionColumn and ActionButton #31

Workflow file for this run

name: Rector + PHP CS Fixer
on:
pull_request_target:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
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 }}

Check failure on line 27 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: 27, Col: 19): Invalid input, repository is not defined in the referenced workflow. .github/workflows/rector-cs.yml (Line: 25, Col: 14): Invalid secret, token is not defined in the referenced workflow.
php: '8.1'
required-packages: >-
['data']