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 8229946 commit cc1024dCopy full SHA for cc1024d
.github/workflows/laravel.yml
@@ -42,7 +42,7 @@ jobs:
42
run: composer install --prefer-dist --no-progress --no-interaction
43
44
- name: Run Pint
45
- run: vendor/bin/pint
+ run: vendor/bin/pint --test
46
47
- name: Setup Node.js
48
uses: actions/setup-node@v3
0 commit comments