Skip to content

Update README with usage instructions #1

Update README with usage instructions

Update README with usage instructions #1

Workflow file for this run

name: Test
on:
push:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go mod download
- run: go test ./...