Skip to content

Commit 0ebfb38

Browse files
committed
[ci] add rector jack
1 parent 4b47e1f commit 0ebfb38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
name: 'Validate rule definitions'
1818
run: php artisan app:validate-rule-definitions
1919

20+
# @see https://github.com/rectorphp/jack
21+
-
22+
name: 'Rector Jack'
23+
run: vendor/bin/jack breakpoint --limit 2 --ansi
24+
2025
-
2126
name: 'PHPStan'
2227
run: composer phpstan

0 commit comments

Comments
 (0)