Kumora/.gitea/workflows/php-cs-fixer.yml
Renovate Bot 75fa9ab62b
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 18s
CI / build-test (push) Failing after 1m35s
rector / Rector (pull_request) Failing after 1m28s
rector / Rector (push) Failing after 1m30s
Update oskarstark/php-cs-fixer-ga Docker digest to ecfe8b7
2025-02-25 00:01:35 +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:ecfe8b75854f9b0a6f8791764d05810850426cda68c80d8a92ae07cee1061d4a
with:
args: --diff --dry-run