Go · 155 bytes Raw Blame History
1 // SPDX-License-Identifier: AGPL-3.0-or-later
2
3 // Command shithubd-runner executes shithub Actions workflow jobs.
4 package main
5
6 func main() {
7 Execute()
8 }
9