is_on_github_actions: Determines if the environment is GitHub Actions

Description Usage Value Author(s) Examples

View source: R/is_on_ci.R

Description

Determines if the environment is GitHub Actions

Usage

1

Value

TRUE if run on GitHub Actions, FALSE otherwise

Author(s)

Richèl J.C. Bilderbeek

Examples

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

richelbilderbeek/regenier documentation built on Dec. 22, 2021, 4:08 p.m.