MCPcopy Index your code
hub / github.com/go-task/task / isCI

Function isCI

internal/flags/flags.go:201–204  ·  view source on GitHub ↗

isCI returns true if running in a CI environment

()

Source from the content-addressed store, hash-verified

199
200// isCI returns true if running in a CI environment
201func isCI() bool {
202 ci, _ := strconv.ParseBool(os.Getenv("CI"))
203 return ci
204}
205
206func Validate() error {
207 if Download && Offline {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…