Skip to content

Commit 23ca46d

Browse files
Update README with GitHub Workflows configuration
1 parent fe8de6d commit 23ca46d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,18 @@ A **bloat-free starter kit** for Laravel 12.x with FilamentPHP 4.x pre-configure
2626
- **barryvdh/laravel-debugbar** - Development insights
2727

2828
### Testing
29-
Includes a comprehensive test suite with Pest - perfect for learning testing or as a reference for your own tests.
29+
Includes a comprehensive test suite with **PEST 4.x** including browser testing - perfect for learning testing or as a reference for your own tests.
3030

3131
![Tests](resources/images/tests.png)
3232

33+
## GitHub Workflows
34+
35+
Comes with pre-configured GitHub Actions workflows for automated quality assurance:
36+
37+
- **Tests** - PEST 4.x testing with 4 parallel shards for faster CI/CD
38+
- **PHPStan** - Static analysis and type checking
39+
- **Pint** - Automated code style fixing with auto-commit
40+
3341
## Quick Start
3442

3543
```bash

0 commit comments

Comments
 (0)