Skip to content

docs: add status page #38

docs: add status page

docs: add status page #38

Workflow file for this run

name: Test and Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go install github.com/a-h/templ/cmd/templ@latest
- run: make build
#- run: make test