Skip to content

v0.1.37: ghost banner border — drop fixed width + skull glyph #51

v0.1.37: ghost banner border — drop fixed width + skull glyph

v0.1.37: ghost banner border — drop fixed width + skull glyph #51

Workflow file for this run

name: ci
on:
push:
branches: [master, main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- run: go vet ./...
- run: go test -race ./...
- run: go build ./...