Skip to content

Adds webhook to configure dns for pod objects #9

Adds webhook to configure dns for pod objects

Adds webhook to configure dns for pod objects #9

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=30m --verbose
skip-cache: true