Skip to content

feat(argo-cd): support tpl in env var values #93

feat(argo-cd): support tpl in env var values

feat(argo-cd): support tpl in env var values #93

Workflow file for this run

name: "Lint Changelog"
on:
pull_request:
types:
- opened
- synchronize
paths:
- "charts/*/Chart.yaml"
permissions:
contents: read
jobs:
validate-changelog:
name: Validate single changelog entry
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Check artifacthub.io/changes entries
run: ./scripts/lint-changelog.sh