This repository was archived by the owner on Aug 13, 2026. It is now read-only.
Merge remote-tracking branch 'origin/1.7' into 2.0 #1051
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "PHP-CS-Fixer" | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - "[0-9]+.[0-9]+" | |
| - "[0-9]+.x" | |
| - "*_actions" | |
| - "feature-*" | |
| permissions: | |
| contents: write | |
| jobs: | |
| php-style: | |
| uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main | |
| 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 |