Skip to content

Commit dc7e7a2

Browse files
committed
ignore php req
1 parent a29e88b commit dc7e7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
4949

5050
- name: Check for style violations
51-
run: vendor/bin/php-cs-fixer fix --dry-run --diff
51+
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
5252

5353
- name: Clone the laravel skeleton
5454
run: git clone https://github.com/laravel/laravel.git --single-branch --depth 1

0 commit comments

Comments
 (0)