Update linting aciton.

This commit is contained in:
2023-11-13 12:22:32 +13:00
parent 3367b5bae4
commit 426146a969

View File

@ -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