Skip to content

chore(helm): bump app to 1.0.3 #3

chore(helm): bump app to 1.0.3

chore(helm): bump app to 1.0.3 #3

Workflow file for this run

name: Lint Charts
on:
push:
branches: ["main"]
paths:
- ".github/workflows/lint.yml"
- "charts/**"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/lint.yml"
- "charts/**"
jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@v2
with:
command: lint
config: .github/ct.yaml