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 58db71d commit ef8054cCopy full SHA for ef8054c
.github/workflows/laravel.yml
@@ -78,4 +78,7 @@ jobs:
78
APP_ENV: testing
79
DB_CONNECTION: sqlite
80
DB_DATABASE: database/database.sqlite
81
- run: php artisan test
+ run: php artisan test
82
+
83
+ - name: Run Pint
84
+ run: vendor/bin/pint
0 commit comments