Skip to content

Commit

Permalink
Update cs fixer settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed Jul 8, 2024
1 parent b610558 commit c681647
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@ permissions:
contents: write

jobs:
debug:
runs-on: ubuntu-latest

steps:
- name: Print
run: env | sort
#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
php-style:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@cstest
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

0 comments on commit c681647

Please sign in to comment.