mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
use phpstan action
This commit is contained in:
@@ -126,14 +126,6 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
all-build-${{ hashFiles('**/composer.lock') }}
|
all-build-${{ hashFiles('**/composer.lock') }}
|
||||||
all-build-
|
all-build-
|
||||||
- name: Restore/cache tools folder
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: tools
|
|
||||||
key: all-tools-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
all-tools-${{ github.sha }}-
|
|
||||||
all-tools-
|
|
||||||
- name: Code style check
|
- name: Code style check
|
||||||
uses: phpDocumentor/[email protected]
|
uses: phpDocumentor/[email protected]
|
||||||
with:
|
with:
|
||||||
@@ -152,16 +144,8 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
all-build-${{ hashFiles('**/composer.lock') }}
|
all-build-${{ hashFiles('**/composer.lock') }}
|
||||||
all-build-
|
all-build-
|
||||||
- name: Restore/cache tools folder
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: tools
|
|
||||||
key: all-tools-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
all-tools-${{ github.sha }}-
|
|
||||||
all-tools-
|
|
||||||
- name: PHPStan
|
- name: PHPStan
|
||||||
uses: docker://phpdoc/phpstan-ga:latest
|
uses: phpDocumentor/phpstan-ga@0.12.3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user