From 3fe51fe6b704fa894df2d8ad32ebbf280238ce89 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 1 May 2022 10:14:02 +1200 Subject: [PATCH] Added chart lint test github actions workflow. --- .github/workflows/lint-test.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/lint-test.yml diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml new file mode 100644 index 0000000..eb0bdf8 --- /dev/null +++ b/.github/workflows/lint-test.yml @@ -0,0 +1,20 @@ +name: Lint test helm charts + +on: commit + +jobs: + lint-test: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: Set up helm + uses: azure/setup-helm@v1 + with: + version: v3.8.1 + + - name: Run helm lint + run: helm lint grocy