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 @@ -126,14 +126,6 @@ jobs:
126
126
restore-keys : |
127
127
all-build-${{ hashFiles('**/composer.lock') }}
128
128
all-build-
129
- - name : Restore/cache tools folder
130
- uses : actions/cache@v1
131
- with :
132
- path : tools
133
- key : all-tools-${{ github.sha }}
134
- restore-keys : |
135
- all-tools-${{ github.sha }}-
136
- all-tools-
137
129
- name : Code style check
138
130
uses :
phpDocumentor/[email protected]
139
131
with :
@@ -152,16 +144,8 @@ jobs:
152
144
restore-keys : |
153
145
all-build-${{ hashFiles('**/composer.lock') }}
154
146
all-build-
155
- - name : Restore/cache tools folder
156
- uses : actions/cache@v1
157
- with :
158
- path : tools
159
- key : all-tools-${{ github.sha }}
160
- restore-keys : |
161
- all-tools-${{ github.sha }}-
162
- all-tools-
163
147
- name : PHPStan
164
- uses : docker://phpdoc/ phpstan-ga:latest
148
+ uses : phpDocumentor/ phpstan-ga@0.12.3
165
149
env :
166
150
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
167
151
with :
You can’t perform that action at this time.
0 commit comments