xworkmate-bridge/scripts/github-actions/prep.sh
2026-04-10 17:50:55 +08:00

8 lines
107 B
Bash

#!/usr/bin/env bash
set -euo pipefail
go mod download
go mod verify
golangci-lint run ./...
go test ./...