Skip to content

Commit

Permalink
Enhancement: Use --ansi option
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 4, 2024
1 parent b677ccd commit 6ad823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
restore-keys: "php-${{ matrix.php-version }}-php-cs-fixer-"

- name: "Run friendsofphp/php-cs-fixer"
run: "vendor/bin/php-cs-fixer fix --config=.php_cs --diff --diff-format=udiff --dry-run --verbose"
run: "vendor/bin/php-cs-fixer fix --ansi --config=.php_cs --diff --diff-format=udiff --dry-run --verbose"

static-code-analysis:
name: "Static Code Analysis"
Expand Down

0 comments on commit 6ad823e

Please sign in to comment.