gomatrix/hooks/pre-commit

8 lines
70 B
Bash
Executable File

#! /bin/bash
set -eu
golangci-lint run
go test -timeout 5s -test.v