Skip to content

fix: add repositories before build and release #11

fix: add repositories before build and release

fix: add repositories before build and release #11

Workflow file for this run

name: Chart Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Lint Helm charts
uses: helm/chart-testing-action@v1.0.0
with:
command: lint
config: ct.yaml
- name: Unit test helm charts
uses: d3adb5/helm-unittest-action@v2