Skip to content

refactor: use admin API for node discovery in kubeadm-deployer #36

refactor: use admin API for node discovery in kubeadm-deployer

refactor: use admin API for node discovery in kubeadm-deployer #36

Workflow file for this run

name: Helm Lint
on:
push:
branches: [master]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v4
- name: Lint Helm chart
run: helm lint charts/wonder-mesh-net
- name: Test packaging
run: helm package charts/wonder-mesh-net