Skip to content

fix: optionally disable the webhook server #845

fix: optionally disable the webhook server

fix: optionally disable the webhook server #845

Workflow file for this run

name: "Main"
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
name: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make setup
- run: make check-uncommitted
- run: make lint
- run: make
- run: make test
- run: env NO_ANNOTATION_CHECK=true make test
- run: make image