Skip to content

feat: fix ConditionalRowFilter with FamilyNameRegexFilter #34627

feat: fix ConditionalRowFilter with FamilyNameRegexFilter

feat: fix ConditionalRowFilter with FamilyNameRegexFilter #34627

Workflow file for this run

---
name: vet
on:
pull_request:
push:
branches:
- main
permissions:
contents: read # to fetch code (actions/checkout)
env:
GOTOOLCHAIN: local
jobs:
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
persist-credentials: false
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version: '1.26.x'
- name: Install tools
run: |
go install golang.org/x/lint/golint@latest && \
go install golang.org/x/tools/cmd/goimports@latest && \
go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Execute vet.sh
run: ./.github/workflows/vet.sh