Run helm lint during CI checks.

This commit is contained in:
Sam Rose 2023-12-20 10:22:50 +00:00
parent 6d82cf0cda
commit 70e5b1c551
No known key found for this signature in database
1 changed files with 12 additions and 0 deletions

View File

@ -76,6 +76,18 @@ jobs:
yarn check:types yarn check:types
fi fi
helm-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 18.x
uses: azure/setup-helm@v3
- run: cd charts/budibase && helm lint .
test-libraries: test-libraries:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: