Skip to content

chore: get compliance-config version from images #752

chore: get compliance-config version from images

chore: get compliance-config version from images #752

Workflow file for this run

name: Lint and Test Charts
on: [push, pull_request]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3
with:
go-version: '1.23'
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@b0c06062b7b8cb6f3bf1473a0c117ba2a86f3442
with:
command: lint
config: ct.yaml
- name: Run unitest
run: |
cd test
go test