Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot 91ec511fff
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 21s
CI / build-test (push) Failing after 1m16s
rector / Rector (push) Failing after 1m18s
rector / Rector (pull_request) Failing after 1m19s
Update oskarstark/php-cs-fixer-ga Docker digest to 9fd7ef0
2025-02-16 00:02:51 +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:9fd7ef05f393c3941a0991858c24e6e10d62f56df3a56e0da8d0157b60078dae
with:
args: --diff --dry-run