Skip to content

Commit a748970

Browse files
committed
use phpstan action
1 parent 0708a57 commit a748970

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@ jobs:
130130
restore-keys: |
131131
all-build-${{ hashFiles('**/composer.lock') }}
132132
all-build-
133-
- name: Restore/cache tools folder
134-
uses: actions/cache@v1
135-
with:
136-
path: tools
137-
key: all-tools-${{ github.sha }}
138-
restore-keys: |
139-
all-tools-${{ github.sha }}-
140-
all-tools-
141133
- name: Code style check
142134
uses: phpDocumentor/[email protected]
143135
with:
@@ -156,16 +148,8 @@ jobs:
156148
restore-keys: |
157149
all-build-${{ hashFiles('**/composer.lock') }}
158150
all-build-
159-
- name: Restore/cache tools folder
160-
uses: actions/cache@v1
161-
with:
162-
path: tools
163-
key: all-tools-${{ github.sha }}
164-
restore-keys: |
165-
all-tools-${{ github.sha }}-
166-
all-tools-
167151
- name: PHPStan
168-
uses: docker://phpdoc/phpstan-ga:latest
152+
uses: phpDocumentor/phpstan-ga@0.12.3
169153
env:
170154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171155
with:

0 commit comments

Comments
 (0)