This website works better with JavaScript.
Home
Help
Sign In
sneak
/
x
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
don't run golangci-lint
master
Jeffrey Paul
4 months ago
parent
02a126ee54
commit
52aedf636f
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
.drone.yml
+ 2
- 2
.drone.yml
View File
@@ -6,5 +6,5 @@ steps:
image: golang
commands:
- go test ./...
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
- golangci-lint run
#
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
#
- golangci-lint run
Write
Preview
Loading…
Cancel
Save