Update linting aciton.
This commit is contained in:
13
.github/workflows/lint-test.yml
vendored
13
.github/workflows/lint-test.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
|
---
|
||||||
name: Lint test helm charts
|
name: Lint test helm charts
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -7,14 +7,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up helm
|
- name: Set up helm
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v3
|
||||||
with:
|
|
||||||
version: v3.8.1
|
|
||||||
|
|
||||||
- name: Run helm lint
|
- name: Run helm lint
|
||||||
run: helm lint grocy
|
run: |
|
||||||
|
helm lint jellyfin
|
||||||
|
helm lint gitea
|
||||||
|
helm lint invidious
|
||||||
|
|||||||
Reference in New Issue
Block a user