|
|
|
@ -1,3 +1,17 @@
|
|
|
|
|
--- |
|
|
|
|
kind: pipeline |
|
|
|
|
name: test |
|
|
|
|
|
|
|
|
|
platform: |
|
|
|
|
os: linux |
|
|
|
|
arch: amd64 |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- name: markdownlint |
|
|
|
|
image: thegeeklab/markdownlint-cli |
|
|
|
|
commands: |
|
|
|
|
- markdownlint 'README.md' |
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
kind: pipeline |
|
|
|
|
name: build-container |
|
|
|
@ -162,6 +176,6 @@ depends_on:
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
kind: signature |
|
|
|
|
hmac: a596abe2c3d1f5648e8c21f4dde91cf675cb49c9c52edd857ea7992e78630a59 |
|
|
|
|
hmac: 20e271aacf8ef05630bc61deab74c99c72550f968b356fdba962f829bacb4352 |
|
|
|
|
|
|
|
|
|
... |
|
|
|
|