Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit f6d1a6e

Browse files
committed
fixup! Add CI
1 parent 2191e8c commit f6d1a6e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ci/ensuredeps.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -eou pipefail
4+
5+
go list -mod=readonly all > /dev/null
6+
7+
go mod tidy

lint.sh renamed to ci/lint.sh

File renamed without changes.

0 commit comments

Comments
 (0)