gitea workflow for build and push smarti-helm-chart #1

Merged
simon merged 15 commits from add-helm-chart-test into master 2024-02-25 12:36:28 +00:00
Showing only changes of commit a84d495d27 - Show all commits

View File

@ -0,0 +1,21 @@
name: Build and Test
on:
pull_request:
push:
branches:
- main
- releases/*
jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # all history for all branches and tags
- run: apt install helm -y
- run: helm lint .