Skip to content

Commit 1a363fe

Browse files
committed
chore: phpstan check
1 parent c1a1b06 commit 1a363fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Composer install
1616
uses: php-actions/composer@v6
1717

18-
# - name: PHPStan check
19-
# uses: php-actions/phpstan@v3
20-
# with:
21-
# path: src/
18+
- name: PHPStan check
19+
uses: php-actions/phpstan@v3
20+
with:
21+
path: src/
2222

2323
- name: Bump version and push tag
2424
id: bump

0 commit comments

Comments
 (0)