Skip to content

Simplify feature-flag handling: collapse CSV dual-variant + skip filtering when no checker #4126

Simplify feature-flag handling: collapse CSV dual-variant + skip filtering when no checker

Simplify feature-flag handling: collapse CSV dual-variant + skip filtering when no checker #4126

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build UI
uses: ./.github/actions/build-ui
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
# sync with script/lint
version: v2.9