Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot 1c3e9c5d78
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 24s
CI / build-test (push) Failing after 1m38s
rector / Rector (pull_request) Failing after 1m30s
rector / Rector (push) Failing after 1m33s
Update oskarstark/php-cs-fixer-ga Docker digest to 06e0774
2025-03-03 00:02:02 +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:06e077479b4e6601c6e628b343ab4b94f98a73fd957449b188dc6f67b810eab3
with:
args: --diff --dry-run