k8s-charts/.github/workflows/lint-charts.yaml

23 lines
469 B
YAML
Raw Permalink Normal View History

2023-01-08 14:36:29 +00:00
name: Lint Charts
on:
pull_request:
branches:
- master
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
2023-01-08 14:36:29 +00:00
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
2023-01-08 14:36:29 +00:00
with:
version: v3.14.1
2023-01-08 14:36:29 +00:00
- name: Lint charts
run: helm lint charts/*