Skip to content

tidy

tidy #5

Workflow file for this run

name: Go Tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
-
name: golangci-lint
uses: golangci/golangci-lint-action@v3
-
name: Go tests
run: go test -v -race ./...