Skip to content

Commit 136e8a9

Browse files
committed
update changelog
1 parent a3e2b7d commit 136e8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: 'composer install --prefer-dist --no-ansi --no-interaction --no-progress --optimize-autoloader'
3232

3333
- name: Run PHP CS Fixer
34-
run: './vendor/bin/php-cs-fixer check'
34+
run: 'PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer check'
3535

3636
phpstan:
3737
name: PHPStan

0 commit comments

Comments
 (0)