You've already forked agentic-coding-workflow
feat(jobs/runners): workspace fetch runner with notify dispatch on failure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package runners_test
|
||||
|
||||
import (
|
||||
"io"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
func discardLogger() *slog.Logger {
|
||||
return slog.New(slog.NewTextHandler(io.Discard, nil))
|
||||
}
|
||||
Reference in New Issue
Block a user