File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,6 @@ jobs:
129
129
restore-keys : |
130
130
all-build-${{ hashFiles('**/composer.lock') }}
131
131
all-build-
132
- - name : Restore/cache tools folder
133
- uses : actions/cache@v1
134
- with :
135
- path : tools
136
- key : all-tools-${{ github.sha }}
137
- restore-keys : |
138
- all-tools-${{ github.sha }}-
139
- all-tools-
140
132
- name : Code style check
141
133
uses :
phpDocumentor/[email protected]
142
134
@@ -153,16 +145,8 @@ jobs:
153
145
restore-keys : |
154
146
all-build-${{ hashFiles('**/composer.lock') }}
155
147
all-build-
156
- - name : Restore/cache tools folder
157
- uses : actions/cache@v1
158
- with :
159
- path : tools
160
- key : all-tools-${{ github.sha }}
161
- restore-keys : |
162
- all-tools-${{ github.sha }}-
163
- all-tools-
164
148
- name : PHPStan
165
- uses : docker://phpdoc/ phpstan-ga:latest
149
+ uses : phpDocumentor/ phpstan-ga@0.12.3
166
150
env :
167
151
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
168
152
with :
You can’t perform that action at this time.
0 commit comments