Skip to content

chore(deps-dev): bump cypress from 13.6.5 to 13.6.6 #580

chore(deps-dev): bump cypress from 13.6.5 to 13.6.6

chore(deps-dev): bump cypress from 13.6.5 to 13.6.6 #580

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"