mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-16 11:04:03 +02:00
Added PHP_CS_FIXER_IGNORE_ENV to PHP Coding Standards step
This commit is contained in:
2
.github/workflows/ci-suite.yaml
vendored
2
.github/workflows/ci-suite.yaml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user