Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

ci(staging): update docs - refs/heads/main/8d7e29cca2c02cf56a4f28c4c1… #150

ci(staging): update docs - refs/heads/main/8d7e29cca2c02cf56a4f28c4c1…

ci(staging): update docs - refs/heads/main/8d7e29cca2c02cf56a4f28c4c1… #150

Workflow file for this run

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/*