Skip to content

GDB-9036: Added CI workflow #3

GDB-9036: Added CI workflow

GDB-9036: Added CI workflow #3

Workflow file for this run

name: Continuous Integration
on:
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.1
# TODO: check if really needed
- uses: actions/setup-python@v4
with:
python-version: '3.9'
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.5.0
- name: Run Helm lint
run: helm lint --strict .
- name: Run chart-testing (lint)
run: ct lint --all --chart-dirs=./
# TODO: Add Kubeconform + trivy