Skip to content

fix: support complex extra env var map #150

fix: support complex extra env var map

fix: support complex extra env var map #150

Workflow file for this run

name: CI
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint
id: lint
uses: helm/[email protected]
with:
command: lint
config: ct.yaml
# - name: Setup testing environment
# uses: helm/[email protected]
# if: steps.lint.outputs.changed == 'true'
# - name: Test
# uses: helm/[email protected]
# with:
# command: install
# config: ct.yaml