Skip to content

Bump actions/checkout from 5 to 6 #16

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #16

Workflow file for this run

---
name: Helm Unit Test
on:
push:
branches: ["main"]
tags: ["v*.*.*"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
name: Run helm lint over the chart
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run make helmlint
run: |
make helm-unittest