Skip to content

Update dependency kubernetes-sigs/kustomize to v4.5.7 #2651

Update dependency kubernetes-sigs/kustomize to v4.5.7

Update dependency kubernetes-sigs/kustomize to v4.5.7 #2651

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--config=.golangci.yaml"
level: warning