Skip to content

add: scan-config volumes to the gvmd-lite deploy #4

add: scan-config volumes to the gvmd-lite deploy

add: scan-config volumes to the gvmd-lite deploy #4

Workflow file for this run

name: helm-lint
on:
pull_request:
paths:
- "charts/**"
- "Makefile"
- ".github/workflows/helm-lint.yaml"
push:
branches: [ main ]
paths:
- "charts/**"
- "Makefile"
- ".github/workflows/helm-lint.yaml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Helm
uses: azure/setup-helm@v4.3.0
with:
version: v3.19.3
- name: Helm lint
run: make lint