SYS-576 use ansible import_tasks in place of include; update python-b… #176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Helm Charts | |
on: [push] | |
jobs: | |
lint-chart: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: Run chart-testing (lint) | |
uses: helm/[email protected] | |
with: | |
charts_dir: k8s/helm | |
command: lint | |
config: .github/ct.yaml |