Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot 6b6a60291c
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 1m3s
rector / Rector (pull_request) Failing after 1m33s
CI / build-test (push) Failing after 1m25s
rector / Rector (push) Failing after 1m29s
Update oskarstark/php-cs-fixer-ga Docker digest to 74bf975
2025-02-26 00:01:50 +00:00

18 lines
363 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@sha256:74bf97553220c2d4a9b7974ec8248fb67378984d0a8f0f3ff31b658dd57d9d2d
with:
args: --diff --dry-run