From 426146a969085dcbc8eaf62817a145693f633acb Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 13 Nov 2023 12:22:32 +1300 Subject: [PATCH] Update linting aciton. --- .github/workflows/lint-test.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 876fa50..8b08608 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -1,5 +1,5 @@ +--- name: Lint test helm charts - on: push jobs: @@ -7,14 +7,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up helm - uses: azure/setup-helm@v1 - with: - version: v3.8.1 + uses: azure/setup-helm@v3 - name: Run helm lint - run: helm lint grocy + run: | + helm lint jellyfin + helm lint gitea + helm lint invidious