We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29e88b commit dc7e7a2Copy full SHA for dc7e7a2
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
49
50
- name: Check for style violations
51
- run: vendor/bin/php-cs-fixer fix --dry-run --diff
+ run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
52
53
- name: Clone the laravel skeleton
54
run: git clone https://github.com/laravel/laravel.git --single-branch --depth 1
0 commit comments