simon b2c2a8a0da
Some checks failed
Build and Test / build (pull_request) Failing after 28s
.gitea/workflows/test.yaml aktualisiert
2024-02-25 11:46:21 +00:00

22 lines
430 B
YAML

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 .
- run: helm package .