parent
a3e07705cd
commit
0cc9088ce2
4 changed files with 30 additions and 3 deletions
30
.woodpecker/lint.yml
Normal file
30
.woodpecker/lint.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
branch:
|
||||
exclude:
|
||||
- pages
|
||||
|
||||
pipeline:
|
||||
helm-lint:
|
||||
image: alpine:3.17
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||
- helm lint
|
||||
|
||||
helm-template:
|
||||
image: alpine:3.17
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||
- helm dependency update
|
||||
- helm template --debug gitea-helm .
|
||||
|
||||
verify-readme:
|
||||
image: alpine:3.17
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make npm git
|
||||
- make readme
|
||||
- git diff --exit-code --name-only README.md
|
Loading…
Add table
Add a link
Reference in a new issue