mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-10 14:11:40 +00:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
go build ./...
|
|
go test ./...
|
|
golint ./...
|
|
go vet ./... |