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")
  }

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.