Skip to content

Commit 41764f0

Browse files
committed
Skip style fixer on Windows
1 parent 9db31ff commit 41764f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ jobs:
7373
env:
7474
PHP_CS_FIXER_IGNORE_ENV: 1
7575
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
76+
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)