Skip to content

Add controller-runtime logging adapter using commons/logger with level shifting #354

Add controller-runtime logging adapter using commons/logger with level shifting

Add controller-runtime logging adapter using commons/logger with level shifting #354

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.25.6"
cache: true
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Run golangci-lint
run: golangci-lint run --timeout 10m