This validation-service do lint and schema validation for tasks and pipelines during uploading task/pipeline on Pipelines-Marketplace.
- Go 1.11.3
- Fork and clone this repository
git clone https://github.com/Pipelines-Marketplace/validation-service.git
cd vaildation-service
- Install dependencies
go mod download
- Build the application
go build main.go
- Run the application
./main