Skip to content

Add custom ArgoCD Yaml support #133

Add custom ArgoCD Yaml support

Add custom ArgoCD Yaml support #133

Workflow file for this run

---
name: Helm Unit Test
#
# 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
# It has to be 24.04 because -latest has a podman version that is too old
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run make helmlint
run: |
make helm-unittest