A GitHub Action for installing the konstellation-io/kli CLI tool.
For more information on inputs, see the API Documentation
version
: The chart-testing version to install (default:v1.0-alpha.4
)
Create a workflow (eg: .github/workflows/lint-test.yaml
):
name: Kli
on: push
jobs:
install-kli:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up kli
uses: blopezpi/[email protected]
with:
version: v1.0-alpha.4