Skip to content

Commit 597275b

Browse files
committed
chore: build release action
1 parent 5149baa commit 597275b

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)