Skip to content

[Feature] Add initial controllers and services, schemas etc. #432

[Feature] Add initial controllers and services, schemas etc.

[Feature] Add initial controllers and services, schemas etc. #432

Workflow file for this run

name: "PHP-CS-Fixer"
on:
pull_request:
branches:
- "*"
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
- "*_actions"
- "feature-*"
permissions:
contents: read
jobs:
php-style:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-style.yaml@main
secrets:
PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}
with:
head_ref: ${{ github.ref }}
config_file: .php-cs-fixer.dist.php