Skip to content

chore(configcat): add configcat proxy helm chart #13

chore(configcat): add configcat proxy helm chart

chore(configcat): add configcat proxy helm chart #13

Workflow file for this run

name: Lint and Test Charts
on:
push:
branches:
- "**"
- "*"
- "!master"
- "!gh-pages"
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.1
- name: Run chart-testing (lint)
run: helm lint charts/*