Skip to content

feat(stats): compact, human-readable counts in the dashboard #10

feat(stats): compact, human-readable counts in the dashboard

feat(stats): compact, human-readable counts in the dashboard #10

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: "1.26"
- run: go build ./...
- run: go test ./... -race -coverprofile=coverage.out
- uses: golangci/golangci-lint-action@v8
with:
version: latest