Skip to content

no update before linting #3

no update before linting

no update before linting #3

Workflow file for this run

name: Lint
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.3.4
- name: Linting Chart
run: helm lint ./charts/calico-cni