definition #10

Merged
andrey merged 2 commits from definition into master 2024-01-25 23:34:37 +03:00
Showing only changes of commit 4b820d5424 - Show all commits

View File

@@ -145,3 +145,21 @@ steps:
- cd provider/vault - cd provider/vault
- golangci-lint run - 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