mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
Skip php-cs-fixer on Windows
This commit is contained in:
parent
b771133214
commit
6de50ee765
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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.7.0/composer-require-checker.phar"));'
|
||||
|
Loading…
Reference in New Issue
Block a user