Skip to content

chore: switch exposed kvrock client to interface #15

chore: switch exposed kvrock client to interface

chore: switch exposed kvrock client to interface #15

Workflow file for this run

name: helm-lint
on:
push:
branches:
- unstable
pull_request:
branches: [unstable]
jobs:
lint-test-helm:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --all --chart-dirs deploy/ --validate-maintainers=false