mirror of
https://github.com/danog/amp.git
synced 2024-12-02 17:37:50 +01:00
Skip style fixer on Windows
This commit is contained in:
parent
9db31ffd39
commit
41764f01ef
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -73,3 +73,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PHP_CS_FIXER_IGNORE_ENV: 1
|
PHP_CS_FIXER_IGNORE_ENV: 1
|
||||||
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||||
|
if: runner.os != 'Windows'
|
||||||
|
Loading…
Reference in New Issue
Block a user