Skip to content

Commit

Permalink
Update PHP-CS-Fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Aug 31, 2024
1 parent c9d8f02 commit 2dba4fc
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 @@ -31,7 +31,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run PHP CS Fixer
run: vendor/bin/php-cs-fixer fix --diff --verbose
run: vendor/bin/php-cs-fixer fix . --diff --verbose

- name: Commit and push fixed files
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 2dba4fc

Please sign in to comment.