Skip to content

chore: add some performance related config to the chart #8

chore: add some performance related config to the chart

chore: add some performance related config to the chart #8

Workflow file for this run

name: Helm Chart
on:
push:
branches:
- main
paths:
- chart/**
pull_request:
branches:
- main
paths:
- chart/**
jobs:
lint:
runs-on: depot-ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v4
- name: Lint Helm chart
run: helm lint chart