Skip to content

Update workflows

Update workflows #62

Workflow file for this run

name: "CI"
# This workflow will run after a merge to the main branch from a pull request.
on:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
rector:
name: "Rector"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # [email protected]
with:
php-version: ${{ env.PHP_VERSION }}
- run: composer install --no-progress
- run: vendor/bin/rector process --dry-run