Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot d3c06864bb
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 23s
CI / build-test (push) Failing after 1m23s
rector / Rector (pull_request) Failing after 1m14s
rector / Rector (push) Failing after 1m17s
Update oskarstark/php-cs-fixer-ga Docker digest to 0a80374
2025-02-15 00:02:07 +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:0a80374d834146fd8fcb285a8451e9fca7b6f0f93f95d7a09509860d31da32be
with:
args: --diff --dry-run