1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-06 23:03:24 +00:00
gomatrix/hooks/pre-commit
2020-04-03 15:43:04 +03:00

7 lines
70 B
Bash
Executable file

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