Back to Reviewdog

Top

doghouse/appengine/tmpl/gh/top.html

0.21.0622 B
Original Source

{{define "body"}}

Installed Accounts & Orgs

{{range $installation := .Installations}}

{{ $installation.Account }}

settings

{{end}}

Go to reviewdog app settings to install reviewdog app to other accounts.

Go to https://reviewdog.app/gh/{owner}/{repo} to get REVIEWDOG_TOKEN.
Or
Run reviewdog CLI from Travis CI without REVIEWDOG_TOKEN.

$ reviewdog -conf=.reviewdog.yml -reporter=github-pr-check

See also github.com/reviewdog/reviewdog {{end}}