Skip to content

Merge remote-tracking branch 'origin/6.1' into 7.x #6

Merge remote-tracking branch 'origin/6.1' into 7.x

Merge remote-tracking branch 'origin/6.1' into 7.x #6

Workflow file for this run

name: "PHP-CS-Fixer"
on:
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
permissions:
contents: write
jobs:
php-style:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main
if: github.repository_owner == 'pimcore'
secrets:
PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}
with:
head_ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
config_file: .php-cs-fixer.dist.php