Skip to content

chore: use appVersion from chart instead of tag from values yaml #6

chore: use appVersion from chart instead of tag from values yaml

chore: use appVersion from chart instead of tag from values yaml #6

Workflow file for this run

name: Lint Charts
on:
pull_request:
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4
- name: Lint Charts
run: helm lint charts/*