Skip to content

Commit 8520d99

Browse files
committed
add pint check to github workflow
1 parent 4a7e341 commit 8520d99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ jobs:
2121
-v "${{ github.workspace }}":/var/www/html \
2222
-w /var/www/html \
2323
laravelsail/php84-composer:latest \
24-
sh -lc "composer install --no-interaction --prefer-dist && vendor/bin/phpunit"
24+
sh -lc "
25+
composer install --no-interaction --prefer-dist &&
26+
vendor/bin/phpunit &&
27+
vendor/bin/pint -- --test
28+
"

0 commit comments

Comments
 (0)