Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 498 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 498 Bytes

validation-service

This validation-service do lint and schema validation for tasks and pipelines during uploading task/pipeline on Pipelines-Marketplace.

Dependencies

  1. Go 1.11.3

Running on your local machine

  1. Fork and clone this repository
git clone https://github.com/Pipelines-Marketplace/validation-service.git
cd vaildation-service

  1. Install dependencies go mod download
  2. Build the application go build main.go
  3. Run the application ./main