Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot 511ce4b87c
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 22s
rector / Rector (pull_request) Failing after 1m22s
CI / build-test (push) Failing after 1m13s
rector / Rector (push) Failing after 1m11s
Update oskarstark/php-cs-fixer-ga Docker digest to 74f72d4
2025-02-18 00:02:27 +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:74f72d49469684fcd5df4a9e55943a1d0be3b07aa5d12cc51b9fce96b537ac3b
with:
args: --diff --dry-run