mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-04-24 08:29:52 +00:00
add lint chart action
This commit is contained in:
parent
49d8836a4c
commit
921ce779de
23
.github/workflows/lint-charts.yaml
vendored
Normal file
23
.github/workflows/lint-charts.yaml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: Lint Charts
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
lint-charts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v3
|
||||
with:
|
||||
version: v3.10.2
|
||||
|
||||
- name: Lint charts
|
||||
run: helm lint charts/*
|
Loading…
Reference in New Issue
Block a user