1
0
Fork 0
salty-dog/rules/gitlab-ci.yml

17 lines
290 B
YAML
Raw Normal View History

2019-06-16 04:08:12 +00:00
rules:
- name: gitlab-stages
desc: should specify stages
level: info
tags:
- gitlab
- optional
select: '$'
check:
type: object
required: [stages]
properties:
stages:
type: array
items:
type: string