Compare commits

..

2 Commits

Author SHA1 Message Date
Jonas Forsberg
1866faf883 added lint pipeline 2024-10-18 09:05:38 +02:00
Jonas Forsberg
353a0268f2 version bump 2024-10-18 09:02:40 +02:00
2 changed files with 27 additions and 1 deletions

26
.gitea/workflow/lint.yaml Normal file
View File

@ -0,0 +1,26 @@
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: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
helm lint ./

View File

@ -3,7 +3,7 @@ apiVersion: v2
name: lib
description: Common functions for my helm charts at home
type: library
version: 0.0.0
version: 1.0.0
kubeVersion: ">=1.27.0"
home: git.rre.nu
sources: