Add Helm chart workflow that checks for updated documentation

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2022-12-15 10:17:51 +01:00
parent 0b6b855576
commit 5025bdaf37
3 changed files with 70 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Helm Chart CI
on:
pull_request:
paths:
- 'charts/**'
- '.github/workflows/helm-chart-ci.yml'
- '.github/scripts/*.sh'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
check-docs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Verify Docs updated
run: .github/scripts/helm-docs.sh