1 Commits

Author SHA1 Message Date
5586adc4e3 add config definition
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #10
Co-authored-by: andrey <andrey@4devs.io>
Co-committed-by: andrey <andrey@4devs.io>
2024-01-25 23:34:35 +03:00

View File

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