Skip to content

Bump the k8s group with 4 updates #149

Bump the k8s group with 4 updates

Bump the k8s group with 4 updates #149

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths-ignore: ['**.md']
pull_request:
types: [opened, synchronize]
paths-ignore: ['**.md']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make test
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make docker-build
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- uses: golangci/golangci-lint-action@v6
with:
version: v1.59
lint-chart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make lint-chart