We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5149baa commit 597275bCopy full SHA for 597275b
.github/workflows/build-release.yaml
@@ -15,10 +15,10 @@ jobs:
15
- name: Composer install
16
uses: php-actions/composer@v6
17
18
- - name: PHPStan check
19
- uses: php-actions/phpstan@v3
20
- with:
21
- path: src/
+# - name: PHPStan check
+# uses: php-actions/phpstan@v3
+# with:
+# path: src/
22
23
- name: Bump version and push tag
24
id: bump
0 commit comments