mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-07 15:29:55 +00:00
Added PHPStan step in CI
This commit is contained in:
parent
3d52fb48e2
commit
7414958771
@ -26,6 +26,12 @@ steps:
|
|||||||
CODACY_PROJECT_TOKEN:
|
CODACY_PROJECT_TOKEN:
|
||||||
from_secret: CODACY_PROJECT_TOKEN
|
from_secret: CODACY_PROJECT_TOKEN
|
||||||
|
|
||||||
|
- name: PHPStan
|
||||||
|
image: php:latest
|
||||||
|
commands:
|
||||||
|
- chmod +x prepare.sh && ./prepare.sh
|
||||||
|
- php composer.phar run phpstan
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: Code Quality
|
name: Code Quality
|
||||||
|
Loading…
x
Reference in New Issue
Block a user