Skip to content

Add lint.yml workflow #1

Add lint.yml workflow

Add lint.yml workflow #1

Workflow file for this run

name: lint
on: [push]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: helm lint charts/*