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 1d92999 commit 7d11ed1Copy full SHA for 7d11ed1
.github/workflows/tests.yml
@@ -42,5 +42,8 @@ jobs:
42
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
43
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
44
45
+ - name: Check code style
46
+ run: vendor/bin/phpcs
47
+
48
- name: Execute tests
49
run: vendor/bin/phpunit
0 commit comments