Skip to content

Citylens 1.13.0

Citylens 1.13.0 #1653

Workflow file for this run

---
name: Lint Charts
on:
pull_request:
branches:
- master
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
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