Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot db650d5aa9
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 59s
rector / Rector (pull_request) Failing after 1m20s
CI / build-test (push) Failing after 1m17s
rector / Rector (push) Failing after 1m16s
Update oskarstark/php-cs-fixer-ga Docker digest to 5a29da2
2025-02-13 00:02:22 +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:5a29da25a7354466360be3111b3abf61d9079209bb86eb706d3a10c5258a5c27
with:
args: --diff --dry-run