This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
temporarily use staging keys to invoke lambda #340
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm lint | |
on: | |
pull_request: | |
paths: | |
- 'environments/**' | |
- '.tool-versions' | |
- '.github/actions/**' | |
- '.github/workflows/lint-helm.yaml' | |
push: | |
branches: | |
- master | |
paths: | |
- 'environments/**' | |
- '.tool-versions' | |
- '.github/actions/**' | |
- '.github/workflows/lint-helm.yaml' | |
jobs: | |
job: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/setup | |
- name: Lint | |
run: > | |
helm lint | |
environments/*/applications/* | |
environments/*/applications-disabled/* |