Skip to content

Commit ef8054c

Browse files
committed
pint
1 parent 58db71d commit ef8054c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@ jobs:
7878
APP_ENV: testing
7979
DB_CONNECTION: sqlite
8080
DB_DATABASE: database/database.sqlite
81-
run: php artisan test
81+
run: php artisan test
82+
83+
- name: Run Pint
84+
run: vendor/bin/pint

0 commit comments

Comments
 (0)