Crate ci_env

source ·

Structs§

Enums§

Functions§

  • Detects the CI provider by checking for the existence of environment variables specific to each provider. Returns Unknown if no provider is detected.
  • Returns metadata and information about the current CI environment and CI provider.
  • Returns the output format for the current CI provider.
  • Returns true if in a CI environment by checking for the existence of the CI environment variable. It does not validate the variable value.