Skip to content

[#63] Add lint to CI #1

[#63] Add lint to CI

[#63] Add lint to CI #1

Workflow file for this run

name: Run CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
linter:
name: Check Charts Syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.14.4
- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run Helm lint
run: |
helm lint charts/**/