Skip to content

fix: don't nest empty group keys, better follow slog.Hanlder interface #5

fix: don't nest empty group keys, better follow slog.Hanlder interface

fix: don't nest empty group keys, better follow slog.Hanlder interface #5

Workflow file for this run

name: tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.0'
cache: true
- name: Go Preflight Tests
run: |
go mod tidy
go test -v ./...