1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 09:27:46 +01:00

Skip style fixer on Windows

This commit is contained in:
Aaron Piotrowski 2022-06-25 13:22:59 -05:00
parent 9db31ffd39
commit 41764f01ef
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

@ -73,3 +73,4 @@ jobs:
env:
PHP_CS_FIXER_IGNORE_ENV: 1
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
if: runner.os != 'Windows'