Skip to content

Cross cloud providers tests #569

Cross cloud providers tests

Cross cloud providers tests #569

Workflow file for this run

name: Lint Charts
on:
pull_request:
paths:
- helm/**
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: |
shopt -s extglob

Check failure on line 18 in .github/workflows/helm-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/helm-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
helm lint helm/!(*.md)