Skip to content

chore: Make managed-by label value transparent #3595

chore: Make managed-by label value transparent

chore: Make managed-by label value transparent #3595

Workflow file for this run

name: Lint golangci
on:
pull_request:
branches:
- main
- feat/**
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.60.3
args: --verbose