We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fa9fc commit 253e5d8Copy full SHA for 253e5d8
.github/workflows/build-release.yaml
@@ -12,14 +12,6 @@ jobs:
12
- name: Repo checkout
13
uses: actions/checkout@v4
14
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/
22
23
- name: Bump version and push tag
24
id: bump
25
uses: mathieudutour/github-tag-action@v6.2
0 commit comments