Skip to content

chore: brand and funding setup #11

chore: brand and funding setup

chore: brand and funding setup #11

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- run: go vet ./...
- run: go build ./...
- run: go test ./...