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 @@ -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 :
You can’t perform that action at this time.
0 commit comments