Skip to content

Revise README architecture and usage instructions (#4) #23

Revise README architecture and usage instructions (#4)

Revise README architecture and usage instructions (#4) #23

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