Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit c3902e5

Browse files
committed
Add PHP_CS_FIXER_IGNORE_ENV
1 parent 9a58ee7 commit c3902e5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/code-style.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
php-version: 8.4
2222

23+
- name: TODO Temporary ignoring environment requirements
24+
run: export PHP_CS_FIXER_IGNORE_ENV=1
25+
2326
- name: Install Composer Dependencies
2427
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2528

.github/workflows/generate-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Show PHP version
5353
run: php -v
5454

55+
- name: TODO Temporary ignoring environment requirements
56+
run: export PHP_CS_FIXER_IGNORE_ENV=1
57+
5558
- name: Install Composer dependencies
5659
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
5760

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
php-version: 8.4
2222

23+
- name: TODO Temporary ignoring environment requirements
24+
run: export PHP_CS_FIXER_IGNORE_ENV=1
25+
2326
- name: Install Composer dependencies
2427
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2528

0 commit comments

Comments
 (0)