mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-07 07:19: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:
|
||||
from_secret: CODACY_PROJECT_TOKEN
|
||||
|
||||
- name: PHPStan
|
||||
image: php:latest
|
||||
commands:
|
||||
- chmod +x prepare.sh && ./prepare.sh
|
||||
- php composer.phar run phpstan
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: Code Quality
|
||||
|
Loading…
x
Reference in New Issue
Block a user