mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
ci: run PHPStan static analysis
This commit is contained in:
parent
484ff14d1f
commit
96a7cd3cef
2 changed files with 22 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -17,3 +17,12 @@ jobs:
|
|||
run: |
|
||||
docker image build . \
|
||||
--tag build-configs
|
||||
|
||||
- name: Run PHPStan
|
||||
run: |
|
||||
docker run \
|
||||
--rm \
|
||||
--interactive \
|
||||
--entrypoint phpstan \
|
||||
build-configs \
|
||||
--no-progress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue