Skip to content

Prepare automated alpha releases #9

Prepare automated alpha releases

Prepare automated alpha releases #9

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
cache: true
- run: go test ./...
- run: go test -race ./...
- run: go vet ./...
- run: go build -trimpath -ldflags='-s -w' ./cmd/fresh