Skip to content

Improve error message when attempting to write a leaf value into a co… #39

Improve error message when attempting to write a leaf value into a co…

Improve error message when attempting to write a leaf value into a co… #39

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
args: --timeout 2m0s
- name: Test
run: make test