Merge pull request #12642 from Budibase/run-helm-lint-in-ci

Run helm lint during CI checks.
This commit is contained in:
Sam Rose 2023-12-20 10:31:46 +00:00 committed by GitHub
commit 5be9aae086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: