Skip to content

Commit 66d5743

Browse files
authored
Merge pull request #87 from fico7489/updates2
add CS fixer to workflow
2 parents 06bb504 + ed0b03f commit 66d5743

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525

2626
- name: Validate composer.json
2727
run: composer validate
28-
28+
2929
- name: Run composer install
3030
run: composer install --no-interaction --no-suggest
31-
31+
32+
- name: CS fixer
33+
run: vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix
34+
3235
- name: Install Laravel
3336
run: composer update --no-interaction illuminate/database:${{ matrix.laravel_version }}
3437

0 commit comments

Comments
 (0)