We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3977a3 commit 2ecf98eCopy full SHA for 2ecf98e
.drone.yml
@@ -83,13 +83,18 @@ steps:
83
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
84
- go build -mod=vendor -o gitea_linux_386 # test if compatible with 32 bit
85
86
+ - name: golangci-lint
87
+ pull: always
88
+ image: golangci/golangci-lint:v1.22.2
89
+ commands:
90
+ - golangci-lint run -v --timeout 5m
91
+
92
- name: build
93
pull: always
94
image: golang:1.13
95
commands:
96
97
- make clean
- - make golangci-lint
98
- make revive
99
- make swagger-check
100
- make swagger-validate
0 commit comments