core(ci): add test for correct README
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Markus Pesch 2024-11-25 18:03:14 +01:00
parent 03d20b1373
commit 79b55fa69b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -41,6 +41,27 @@ steps:
cpu: 150
memory: 150M
- name: helm unittest
commands:
- helm unittest --strict --file 'unittests/**/*.yaml' ./
image: git.cryptic.systems/volker.raschek/helm:3.16.1
resources:
limits:
cpu: 150
memory: 150M
- name: generate README
commands:
- npm install
- npm run readme:parameters
- npm run readme:lint
- git diff --exit-code --name-only README.md
image: docker.io/library/node:22.9.0-alpine
resources:
limits:
cpu: 150
memory: 150M
- name: email-notification
environment:
SMTP_FROM_ADDRESS: