Skip to content

chore(deps-dev): bump laravel/pint from 1.13.10 to 1.13.11 #564

chore(deps-dev): bump laravel/pint from 1.13.10 to 1.13.11

chore(deps-dev): bump laravel/pint from 1.13.10 to 1.13.11 #564

Workflow file for this run

name: Rector
on:
pull_request: null
jobs:
rector:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PINT }}
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@v2"
- run: vendor/bin/rector --ansi
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[rector] Rector fixes"
commit_author: "GitHub Action <actions@github.com>"
commit_user_email: "action@github.com"