Skip to content

refactor: Log each Get call with constraints and count of results #6

refactor: Log each Get call with constraints and count of results

refactor: Log each Get call with constraints and count of results #6

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.5'
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.59.1'
args: "--timeout=3m"
- name: test
run: go test -race ./pkg/... ./cmd/... ./internal/... ./etc/korrel8r/rules/...