Skip to content

Merge pull request #2 from blankdots/feature/bump-0.4.4 #9

Merge pull request #2 from blankdots/feature/bump-0.4.4

Merge pull request #2 from blankdots/feature/bump-0.4.4 #9

Workflow file for this run

name: Helm linter
on: [push]
jobs:
lint:
name: Lint charts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4
- name: Lint
run: |
helm lint charts/*