Kumora/.gitea/workflows/php-cs-fixer.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

18 lines
291 B
YAML

name: Apply PHP CS Fixer
on: [push]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run