Kumora/.gitea/workflows/rector.yml
Melaine Gérard 6e140f84f7
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 12s
CI / build-test (push) Failing after 9s
rector / Rector (push) Failing after 21s
💄 Ajout phpstan + rector
2025-01-16 21:42:05 +01:00

13 lines
239 B
YAML

on: [push, pull_request]
name: rector
jobs:
rector:
name: Rector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rector
uses: zingimmick/rector-action@0.0.3
with:
args: --dry-run