Added chart lint test github actions workflow.
This commit is contained in:
20
.github/workflows/lint-test.yml
vendored
Normal file
20
.github/workflows/lint-test.yml
vendored
Normal file
@ -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
|
||||
Reference in New Issue
Block a user