Actions #1

Merged
grachevko merged 16 commits from actions into master 2023-08-27 20:43:00 +00:00
2 changed files with 35 additions and 0 deletions
Showing only changes of commit c6b5743696 - Show all commits

View File

@ -10,4 +10,7 @@ jobs:
- uses: yokawasa/action-setup-kube-tools@v0.9.3 - uses: yokawasa/action-setup-kube-tools@v0.9.3
with: with:
setup-tools: helm setup-tools: helm
- run: helm version - name:
run: |
helm dependency update
helm lint --strict .