Skip to content

Updates for super-linter v8 #65

Updates for super-linter v8

Updates for super-linter v8 #65

Workflow file for this run

---
name: Helm lint
#
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
permissions: read-all
on: [push, pull_request]
jobs:
build:
name: Run helm lint over the chart
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: Setup helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
with:
version: 'v3.14.0'
- name: Run make helmlint
run: |
make helm-lint