Skip to content

Commit 6a88d1a

Browse files
committed
use phpstan action
1 parent da71602 commit 6a88d1a

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
@@ -126,14 +126,6 @@ jobs:
126126
restore-keys: |
127127
all-build-${{ hashFiles('**/composer.lock') }}
128128
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-
137129
- name: Code style check
138130
uses: phpDocumentor/[email protected]
139131
with:
@@ -152,16 +144,8 @@ jobs:
152144
restore-keys: |
153145
all-build-${{ hashFiles('**/composer.lock') }}
154146
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-
163147
- name: PHPStan
164-
uses: docker://phpdoc/phpstan-ga:latest
148+
uses: phpDocumentor/phpstan-ga@0.12.3
165149
env:
166150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
167151
with:

0 commit comments

Comments
 (0)