sladyn98 / hawk-eye

hawk-eye is a continuous integration status reporter built to watch over the Github CI statuses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3 Go Go Report Card Build Status GitHub code size in bytes

hawk-eye is a continuous integration status reporter built to watch over the Github CI statuses.

🚧 This is just a proof of concept,and not fully stable. Expect dragons and unfinished business. 🚧

Contribute

PRs accepted.

git clone git@github.com:sladyn98/hawk-eye.git You can now run make to build the project, or make install to install the binary in $GOPATH/bin/.

To-Do

a) Enable commands to get the CI status from Github Actions. eg: hawk-eye getCIStatus which would then return a one or zero enabling users to combine it with different steps like hawk-eye getCIStatus && npm publish.

b) Enable Travis CI status support.(Future Support)

About

hawk-eye is a continuous integration status reporter built to watch over the Github CI statuses

License:GNU General Public License v3.0


Languages

Language:Go 95.5%Language:Makefile 3.4%Language:Shell 1.1%