Skip to content

Commit 90f703e

Browse files
committed
drone: perform lint step first
1 parent 1232c56 commit 90f703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline:
1717
# Check if the code is formatted
1818
- $(exit $(go fmt ./... | wc -l))
1919
# Build
20+
- golangci-lint run
2021
- go build
2122
- go test -timeout 20m -v ./... -race
22-
- golangci-lint run
2323
secrets: [TEST_USERNAME, TEST_PASSWORD]

0 commit comments

Comments
 (0)