Skip to content

[CI] Fixed merge-up of IBX-10936 #40

[CI] Fixed merge-up of IBX-10936

[CI] Fixed merge-up of IBX-10936 #40

Workflow file for this run

name: Rector PHP
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request: ~
jobs:
rector:
name: Run rector
runs-on: "ubuntu-22.04"
strategy:
matrix:
php:
- '8.3'
steps:
- uses: actions/checkout@v5
- uses: ibexa/gh-workflows/actions/composer-install@main
with:
gh-client-id: ${{ secrets.AUTOMATION_CLIENT_ID }}
gh-client-secret: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
satis-network-key: ${{ secrets.SATIS_NETWORK_KEY }}
satis-network-token: ${{ secrets.SATIS_NETWORK_TOKEN }}
- name: Run rector
run: vendor/bin/rector process --dry-run --ansi