is_on_github_actions: Determines if the environment is GitHub Actions

View source: R/is_on_ci.R

is_on_github_actionsR Documentation

Determines if the environment is GitHub Actions

Description

Determines if the environment is GitHub Actions

Usage

is_on_github_actions()

Value

TRUE if run on GitHub Actions, FALSE otherwise

Author(s)

Richèl J.C. Bilderbeek

Examples

  if (is_on_github_actions()) {
    message("Running on GitHub Actions")
  }

richelbilderbeek/tmhmm documentation built on Sept. 3, 2022, 5:14 p.m.