Skip to content

feat: add node chart #3

feat: add node chart

feat: add node chart #3

Workflow file for this run

name: CI PR
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.1
- name: Lint charts
run: |
helm lint ./charts/*