Kumora/.gitea/workflows/rector.yml
Melaine Gérard ffd94e1ae6
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 7s
CI / build-test (push) Failing after 7s
rector / Rector (push) Failing after 5s
fix
2025-01-16 22:36:38 +01:00

11 lines
203 B
YAML

on: [push, pull_request]
name: rector
jobs:
rector:
name: Rector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Rector
run: vendor/bin/rector --dry-run