shithub
tenseleyflow
/
shithub
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
shithub
Public
Watch
1
Fork
0
Star
0
shithub
/
cmd
/
shithubd-runner
/
main.go
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