Added PHP_CS_FIXER_IGNORE_ENV to PHP Coding Standards step

This commit is contained in:
Chris Kankiewicz
2025-05-03 07:36:48 -07:00
parent a86f329427
commit 888457dbc6

View File

@@ -62,6 +62,8 @@ jobs:
run: composer install --no-interaction --no-progress --no-scripts --prefer-dist
- name: Verify Coding Standards
env:
PHP_CS_FIXER_IGNORE_ENV: true
run: app/vendor/bin/php-cs-fixer fix --diff --dry-run
static-analysis: