Skip to content

fix: 🪺 Rasa's subcharts 🪺 #46

fix: 🪺 Rasa's subcharts 🪺

fix: 🪺 Rasa's subcharts 🪺 #46

Workflow file for this run

name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Add dependency chart repos
run: helm repo add stable https://charts.bitnami.com/bitnami
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
config: ct.yaml