2022-08-06 20:17:14 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: check
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: whitespace
|
|
|
|
image: thegeeklab/alpine-tools
|
|
|
|
commands:
|
|
|
|
- git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
|
|
|
|
|
|
|
|
- name: packer
|
|
|
|
image: hashicorp/packer
|
|
|
|
commands:
|
|
|
|
- packer fmt -recursive -check -diff .
|
|
|
|
|
|
|
|
- name: markdownlint
|
|
|
|
image: thegeeklab/markdownlint-cli
|
|
|
|
commands:
|
|
|
|
- markdownlint 'README.md'
|
|
|
|
|
|
|
|
- name: spellcheck
|
|
|
|
image: thegeeklab/alpine-tools
|
|
|
|
commands:
|
|
|
|
- spellchecker --files 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
|
|
|
|
environment:
|
|
|
|
FORCE_COLOR: true
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
ref:
|
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
|
|
|
- refs/pull/**
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: signature
|
2022-08-06 20:24:11 +00:00
|
|
|
hmac: a187e0d17f274d8c0812a4f458cb80437f6c5330d6b8969ab704fe1db5782855
|
|
|
|
|
|
|
|
...
|