|
|
|
@ -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: 0d4ae4b7a36b7100ad42285f352936cd9d3631b6a4b254e8582e8094153e3081 |
|
|
|
|
hmac: 3b85891d147a59ec71d6c83bc3ceec47eedcf535a7ef765839b57412d70fbcec |
|
|
|
|
|
|
|
|
|
... |
|
|
|
|