Skip to content

docs: link Hetzner, Tailscale, Termius, the agents, and the other too… #2

docs: link Hetzner, Tailscale, Termius, the agents, and the other too…

docs: link Hetzner, Tailscale, Termius, the agents, and the other too… #2

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: test -z "$(gofmt -l .)" || { echo 'run gofmt'; gofmt -l .; exit 1; }
- run: go vet ./...
- run: go build ./...
- run: go test ./...