Skip to content

Commit

Permalink
Changed php-cs-fixer action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martins Rucevskis committed Nov 21, 2023
1 parent 714fc46 commit 14bea5b
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 @@ -15,6 +15,6 @@ jobs:
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run php-cs-fixer
run: .\vendor\bin\php-cs-fixer fix --config=phpCsFixerConfig.php --dry-run --diff
run: ./vendor/bin/php-cs-fixer fix --config=phpCsFixerConfig.php --dry-run --diff


0 comments on commit 14bea5b

Please sign in to comment.