2 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
a02b701a11 add config definition 2024-01-25 23:32:49 +03:00

View File

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