kevin icon indicating copy to clipboard operation
kevin copied to clipboard

Implement github-runner protocol

Open TheJJ opened this issue 5 years ago • 0 comments

Github Actions supports self-hosted runners: https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners

Kevin could mimic such a runner, and report to the github-actions UI. GitHub's runner code is here: https://github.com/actions/runner

TheJJ avatar Aug 25 '20 16:08 TheJJ