Skip to content

feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks… #11

feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks…

feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks… #11

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