lint
parent
86b7c30680
commit
3d6f45f81c
@ -1,11 +1,16 @@
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- go
|
||||
- git
|
||||
- make
|
||||
sources:
|
||||
- https://git.sr.ht/~motiejus/undocker
|
||||
tasks:
|
||||
- setup: |
|
||||
GOPATH=/usr/local go install honnef.co/go/tools/cmd/staticcheck
|
||||
- test: |
|
||||
make -C undocker coverage.html
|
||||
- lint: |
|
||||
make -C undocker lint
|
||||
artifacts:
|
||||
- undocker/coverage.html
|
||||
|
@ -1,3 +1,5 @@
|
||||
module git.sr.ht/~motiejus/undocker
|
||||
|
||||
go 1.16
|
||||
|
||||
require honnef.co/go/tools v0.2.0 // indirect
|
||||
|
Loading…
Reference in New Issue