mirror of
https://github.com/Luzifer/vault-totp.git
synced 2024-12-23 06:11:19 +00:00
7 lines
169 B
Makefile
7 lines
169 B
Makefile
ci:
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
bash golang.sh
|
|
|
|
|
|
test:
|
|
gometalinter --deadline 20s --cyclo-over=15
|