Skip to content

Commit a9aaaf2

Browse files
authored
Merge pull request #1 from WonderNetwork/csfixer
cs fixer
2 parents a792e01 + 861149d commit a9aaaf2

19 files changed

Lines changed: 2918 additions & 804 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: composer install
33+
- name: Code Style
34+
run: vendor/bin/php-cs-fixer check
3335
- name: PHPStan
3436
run: vendor/bin/phpstan
3537
- name: PHPUnit

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.phpunit.cache
2+
.php-cs-fixer.cache

0 commit comments

Comments
 (0)