Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

docs: add deprecation notice, recommend migration to Kit #100

docs: add deprecation notice, recommend migration to Kit

docs: add deprecation notice, recommend migration to Kit #100

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go test ./... -race