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 0762e5d commit bafc4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "PHP-CS-Fixer"

on:
workflow_dispatch:
pull_request:
types: [ opened,closed,synchronize ]
push:
Expand All @@ -16,6 +15,7 @@ permissions:

jobs:
php-style:
if: github.repository_owner == 'pimcore'
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 }}
Expand Down

0 comments on commit bafc4f8

Please sign in to comment.