Skip to content

[PRO-3589] Update helm-charts for pro-ui. #1026

[PRO-3589] Update helm-charts for pro-ui.

[PRO-3589] Update helm-charts for pro-ui. #1026

Workflow file for this run

---
name: Lint Charts
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --target-branch master --check-version-increment=false