Skip to content

Local setup for gitlab-ci-verify development

If you want to work on gitlab-ci-verify you can do so, easily.

Before starting to develop make sure you have read the Contribution Guidelines.

Requirements

Make sure to install the following tools:

Run

go run main.go -h

Test

Run tests and show the coverage report in your default browser.

make test-coverage-report

Build

Build the binary.

make build

Preview documentation

Preview the mkdocs documentation locally with hot-reload for changes.

make preview-docs