We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f41389 commit 71186ceCopy full SHA for 71186ce
.github/workflows/ci.yml
@@ -31,3 +31,8 @@ jobs:
31
- name: Run PHPStan
32
run: vendor/bin/phpstan analyse src
33
34
+ - name: Run PHP CS Fixer
35
+ run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer check src
36
+
37
+ - name: Run PHP CS Fixer for tests
38
+ run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer check tests
0 commit comments