Skip to content

Bump super-linter/super-linter from 8.5.0 to 8.6.0 #93

Bump super-linter/super-linter from 8.5.0 to 8.6.0

Bump super-linter/super-linter from 8.5.0 to 8.6.0 #93

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Setup helm
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
with:
version: 'v3.14.0'
- name: Run make helmlint
run: |
make helm-lint