common-helm-lib/.gitea/workflows/lint.yaml
Jonas Forsberg b2ea2d9f0c
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 7s
changed title on lint step
2024-10-18 10:27:57 +02:00

27 lines
497 B
YAML

name: Lint and Test Charts
on:
push:
branches:
- main
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4.2.0
with:
version: v3.14.4
- name: Lint the helm package
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
helm lint ./