Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot 651ef122ab
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 24s
rector / Rector (pull_request) Failing after 1m42s
CI / build-test (push) Failing after 1m29s
rector / Rector (push) Failing after 1m37s
Update oskarstark/php-cs-fixer-ga Docker digest to 9e04fc8
2025-03-06 00:02:33 +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:9e04fc8c9eab3f04da5a26f6250cb0ef61202a4e983d65b8a22da53fa9662b40
with:
args: --diff --dry-run