package main import ( "context" "log" ) func Ci(ctx context.Context) error { log.Println("CI") return nil }