Skip to content

Run a central Monitor service #64

Run a central Monitor service

Run a central Monitor service #64

Workflow file for this run

name: Helm Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: '3.6.3' # Specify the Helm version you want to use
- name: Run Helm Lint
run: helm lint ./deploy/