Skip to content

Commit 71186ce

Browse files
committed
Add cs fixer to the pipeline
1 parent 6f41389 commit 71186ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ jobs:
3131
- name: Run PHPStan
3232
run: vendor/bin/phpstan analyse src
3333

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

Comments
 (0)