Skip to content

Remove unexported error cases and restructure error format #26

Remove unexported error cases and restructure error format

Remove unexported error cases and restructure error format #26

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Build
run: make build
- name: Run tests against mock handler
run: make test