Skip to content

tickets/SITCOM-916 #303

tickets/SITCOM-916

tickets/SITCOM-916 #303

Workflow file for this run

name: "CI"
on:
workflow_dispatch:
pull_request:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v4
- name: Install helm-docs
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
env:
GOBIN: /usr/local/bin/
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
helm:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
- name: Run chart-testing (lint)
run: ct lint --all --config ct.yaml