Skip to content

orsinium-labs/reviewdog-gitlab-webhook

Repository files navigation

gitlab-reviewdog-webhook

Trigger reviewdog checks on a repository via GitLab webhook rather than CI job.

Usage

  1. Clone:

    git clone https://github.com/orsinium-labs/reviewdog-gitlab-webhook.git
    cd reviewdog-gitlab-webhook
    go get github.com/rakyll/statik
  2. Make config:

    cp config_example.toml config.toml
    nano config.toml
  3. Build: ./build.sh

  4. Run: ./review.bin

  5. Add webhook into GitLab project: http://my_server:8080/review?secret=something-random

About

Trigger reviewdog checks for GitLab repo using webhooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published