Compare commits

..

1 Commits

Author SHA1 Message Date
0de00a561d add provider ini
Some checks failed
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build is failing
2024-01-25 21:42:48 +03:00

View File

@@ -1,21 +1,3 @@
---
kind: pipeline
type: docker
name: ini
steps:
- name: test
image: golang
commands:
- cd provider/ini
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.55
commands:
- cd provider/ini
- golangci-lint run
---
kind: pipeline
name: default
@@ -71,3 +53,19 @@ steps:
- cd provider/yaml
- golangci-lint run
---
kind: pipeline
name: ini
steps:
- name: test
image: golang
commands:
- cd provider/ini
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.55
commands:
- cd provider/ini
- golangci-lint run