namespace for cli utilities
bool is_ci_travis()
Check if the environment variable TRAVIS is set.
bool is_ci_github_actions()
Check if the environment variable GITHUB_ACTIONS is set.
bool is_ci_gitlab_ci()
Check if the environment variable GITLAB_CI is set.
bool is_ci_circle_ci()
Check if the environment variable CIRCLECI is set.