Skip to content

Bump tighten/duster-action from 2 to 3 #8

Bump tighten/duster-action from 2 to 3

Bump tighten/duster-action from 2 to 3 #8

Workflow file for this run

# Inspiration https://github.com/symplify/symplify/blob/main/.github/workflows/rector.yaml
name: Rector
on:
pull_request: null
jobs:
rector:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: "${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN }}"
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- uses: "ramsey/composer-install@v2"
- run: vendor/bin/rector --ansi
- uses: EndBug/[email protected]
with:
add: .
message: "[ci-review] Rector Rectify"
author_name: "GitHub Action"
author_email: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}