Skip to content

Commit 7bdb6d1

Browse files
committed
Use phpstan github action
1 parent f2b50f7 commit 7bdb6d1

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
@@ -129,14 +129,6 @@ jobs:
129129
restore-keys: |
130130
all-build-${{ hashFiles('**/composer.lock') }}
131131
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-
140132
- name: Code style check
141133
uses: phpDocumentor/[email protected]
142134

@@ -153,16 +145,8 @@ jobs:
153145
restore-keys: |
154146
all-build-${{ hashFiles('**/composer.lock') }}
155147
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-
164148
- name: PHPStan
165-
uses: docker://phpdoc/phpstan-ga:latest
149+
uses: phpDocumentor/phpstan-ga@0.12.3
166150
env:
167151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168152
with:

0 commit comments

Comments
 (0)