Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot eccdf29c2b
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 18s
CI / build-test (push) Failing after 1m40s
rector / Rector (pull_request) Failing after 1m38s
rector / Rector (push) Failing after 1m35s
Update oskarstark/php-cs-fixer-ga Docker digest to 0c688ac
2025-03-07 00:00:55 +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:0c688aca1c1373f3de79024e5e5c021805f610cd64eafc501fbd993a6c96d96c
with:
args: --diff --dry-run