Browse Source

update drone ci

master
andrey 3 months ago
parent
commit
b98f31c891
  1. 4
      .drone.yml

4
.drone.yml

@ -154,12 +154,12 @@ steps:
- name: test
image: golang
commands:
- cd provider/definition
- cd definition
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.55
commands:
- cd provider/definition
- cd definition
- golangci-lint run

Loading…
Cancel
Save