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

chore: move to new nanobot repo #1035

chore: move to new nanobot repo

chore: move to new nanobot repo #1035

Workflow file for this run

name: Validate docs build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
cache: false
go-version: "1.26"
- run: make init-docs
- run: make validate-docs