mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 18:28:08 +08:00
ci: run golint tests
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
037382239d
commit
9beddcd116
@ -51,6 +51,15 @@ jobs:
|
||||
environment:
|
||||
TEST_NO_FUSE: 1
|
||||
- *store_gomod
|
||||
golint:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- *make_out_dirs
|
||||
- *restore_gomod
|
||||
- run: |
|
||||
make -O test_go_lint
|
||||
- *store_gomod
|
||||
gotest:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user