Skip to content

Commit

Permalink
Skip php-cs-fixer on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Feb 3, 2022
1 parent 5cc6b67 commit 8ad0e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
env:
PHP_CS_FIXER_IGNORE_ENV: 1
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
if: runner.os != 'Windows'

- name: Install composer-require-checker
run: php -r 'file_put_contents("composer-require-checker.phar", file_get_contents("https://github.com/maglnet/ComposerRequireChecker/releases/download/3.6.0/composer-require-checker.phar"));'
Expand Down

0 comments on commit 8ad0e1f

Please sign in to comment.