Skip to content

chore: add AGE printer column (#77) #194

chore: add AGE printer column (#77)

chore: add AGE printer column (#77) #194

Workflow file for this run

name: Helm lint
on:
push:
branches:
- 'main'
- 'release*'
pull_request:
branches:
- 'main'
- 'release*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Helm
uses: azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2
- name: Check docs are up to date
run: make verify-helm-docs
- name: Run chart-testing (lint)
run: ct lint --target-branch=main --all --check-version-increment=false