Skip to content

Commit

Permalink
Merge pull request #100 from HubSpot/feature/csFix
Browse files Browse the repository at this point in the history
fix cs command
  • Loading branch information
ksvirkou-hubspot authored Mar 10, 2022
2 parents 0ab37b0 + 64efc6c commit 61cdbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: "composer install --no-interaction --no-progress --no-suggest"

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

- name: "Commit modified files"
uses: "stefanzweifel/[email protected]"
Expand Down

0 comments on commit 61cdbd7

Please sign in to comment.