Add Helm chart workflow that checks for updated documentation
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user