Skip to content

build(deps): bump actions/checkout from 6 to 7 #219

build(deps): bump actions/checkout from 6 to 7

build(deps): bump actions/checkout from 6 to 7 #219

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: test
run: go test -v -race ./...
helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: azure/setup-helm@v5
- name: lint
run: helm lint deployments/kubernetes-helm
- name: template
run: helm template csp-collector deployments/kubernetes-helm