Skip to content

Commit 8b0f354

Browse files
committed
Update coverage.yml
1 parent 64bbd89 commit 8b0f354

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.2'
15+
php-version: "8.2"
1616

1717
- name: Install dependencies
1818
run: composer install
1919

20+
- name: Run Rector checks
21+
run: composer run check
22+
2023
- name: Run tests
2124
run: vendor/bin/pest --colors=always --coverage-clover build/logs/clover.xml
2225

0 commit comments

Comments
 (0)