1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

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

View file

@ -76,6 +76,18 @@ jobs:
yarn check:types
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:
runs-on: ubuntu-latest
steps: