Skip to content

Storage endpoint fix (#156) #434

Storage endpoint fix (#156)

Storage endpoint fix (#156) #434

Workflow file for this run

name: helm
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.18.0
- name: Run linter
run: make lint
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.18.0
- name: Run tests
run: make helm-test
kubeconform:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up kubeconform
uses: yokawasa/[email protected]
- name: Run kubeconform
run: make kubeconform-test