helm-chart

git clone git://archive.git.mtrnord.blog/erooster-mail/helm-chart.git
Log | Files | Refs | README

lint.yml (365B)


      1 name: Lint Charts
      2 
      3 on:
      4   push:
      5     branches:
      6       - main
      7 
      8 jobs:
      9   lint:
     10     runs-on: ubuntu-latest
     11     steps:
     12       - name: Checkout
     13         uses: actions/checkout@v2
     14         with:
     15           fetch-depth: 0
     16 
     17       - name: Install Helm
     18         uses: azure/setup-helm@v1
     19         with:
     20           version: v3.8.1
     21 
     22       - name: Lint helm chart
     23         run: helm lint .