Temp checkin

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands
2023-08-17 10:27:42 +01:00
parent bcacb70e2d
commit b042b396a2
4 changed files with 41 additions and 0 deletions

20
.github/workflows/helm-ci.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
---
name: helm-ci
on:
pull_request:
paths:
- "charts/meta-monitoring/**"
env:
CT_CONFIGFILE: charts/meta-monitoring/ct.yaml
jobs:
call-lint:
name: Lint Helm Chart
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint Yaml
run: make helm-lint