Skip to content

Commit 7d11ed1

Browse files
committed
Run phpcs
1 parent 1d92999 commit 7d11ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4343
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4444
45+
- name: Check code style
46+
run: vendor/bin/phpcs
47+
4548
- name: Execute tests
4649
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)