Skip to content

Update schedule to "on the first day of the month" in renovate.json (… #730

Update schedule to "on the first day of the month" in renovate.json (…

Update schedule to "on the first day of the month" in renovate.json (… #730

Workflow file for this run

name: Rector
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP 8.3
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install dependencies via Composer
run: composer install --no-interaction --prefer-dist
- name: Run checks via Rector
run: composer rector-check