Skip to content

feat(admin): proof-of-concept admin UI behind ADMIN_UI_ENABLED flag #160

feat(admin): proof-of-concept admin UI behind ADMIN_UI_ENABLED flag

feat(admin): proof-of-concept admin UI behind ADMIN_UI_ENABLED flag #160

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Vet
run: go vet ./...
- name: Test
run: go test ./...