Skip to content

chore: adding helm lint ci test #2

chore: adding helm lint ci test

chore: adding helm lint ci test #2

Workflow file for this run

name: check-manifest
on:
push:
paths:
# - "cmd/**"
# - "manifest_staging/**"
pull_request:
paths:
# - "cmd/**"
# - "manifest_staging/**"
permissions: read-all
jobs:
helm_lint_test:
name: "Helm lint"
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: "3.14.1"
if: install

Check failure on line 28 in .github/workflows/helm-lint.yaml

View workflow run for this annotation

GitHub Actions / check-manifest

Invalid workflow file

The workflow is not valid. .github/workflows/helm-lint.yaml (Line: 28, Col: 11): Unrecognized named-value: 'install'. Located at position 1 within expression: install
- name: Lint Helm charts
run: |
helm lint manifest_staging/charts/gatekeeper/
helm lint cmd/build/helmify/static/