File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -194,20 +194,3 @@ jobs:
194194 uses : docker://mickaelandrieu/psalm-ga
195195 env :
196196 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
197-
198- bc_check :
199- name : BC Check
200- runs-on : ubuntu-latest
201- needs : [setup, phpunit]
202- steps :
203- - uses : actions/checkout@master
204- - name : Restore/cache vendor folder
205- uses : actions/cache@v1
206- with :
207- path : vendor
208- key : all-build-${{ hashFiles('**/composer.lock') }}
209- restore-keys : |
210- all-build-${{ hashFiles('**/composer.lock') }}
211- all-build-
212- - name : Roave BC Check
213- uses : docker://nyholm/roave-bc-check-ga
Original file line number Diff line number Diff line change 1717
1818.PHONY : phpstan
1919phpstan :
20- docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpstan-ga:latest analyse src --debug --no-progress --level max --configuration phpstan.neon
20+ docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpdoc/ phpstan-ga:latest analyse src --no-progress --level max --configuration phpstan.neon
2121
2222.PHONY : psaml
2323psalm :
You can’t perform that action at this time.
0 commit comments