1 Commits

Author SHA1 Message Date
6cd208b6e8 add config definition
Some checks failed
continuous-integration/drone/push Build was killed
2024-01-25 23:51:15 +03:00

View File

@@ -145,3 +145,21 @@ steps:
- cd provider/vault
- golangci-lint run
---
kind: pipeline
type: docker
name: definition
steps:
- name: test
image: golang
commands:
- cd definition
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.55
commands:
- cd definition
- golangci-lint run