DEBSOURCES
Skip Quicknav
sources / golang-github-pterm-pterm / 0.12.79-2 / internal / utils.go
12345678
package internal import "os" // RunsInCi returns true if the current build is running on a CI server. func RunsInCi() bool { return os.Getenv("CI") != "" }