Skip to content

Improve recent log workflows and landing page #4

Improve recent log workflows and landing page

Improve recent log workflows and landing page #4

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- run: go test -race ./...
- run: go vet ./...
- run: go build -trimpath ./...