1 Commits

Author SHA1 Message Date
4b820d5424 add config definition
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2024-01-25 23:33:47 +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 provider/definition
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.55
commands:
- cd provider/definition
- golangci-lint run