Skip to content

docs: remove context and adrs #36

docs: remove context and adrs

docs: remove context and adrs #36

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
cache: true
- name: Build
run: ./script/cibuild