Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

chore: pin github actions to sha (#804) #1729

chore: pin github actions to sha (#804)

chore: pin github actions to sha (#804) #1729

name: Lint test
on:
workflow_dispatch:
pull_request:
paths:
- charts/**
- .github/workflows/test-lint-helm.yaml
push:
branches:
- main
jobs:
helm-lint:
runs-on: ubuntu-20.04
strategy:
matrix:
cloud: ["aws", "azure", "do", "gcp", "other"]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- run: helm lint --strict --set "cloud=${{ matrix.cloud }}" charts/posthog