An open API service indexing awesome lists of open source software.

https://github.com/hadley/gha

Useful functions for GitHub Actions
https://github.com/hadley/gha

Last synced: 2 months ago
JSON representation

Useful functions for GitHub Actions

Awesome Lists containing this project

README

        

# gha

[![R-CMD-check](https://github.com/r-lib/gha/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/gha/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-lib/gha/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/gha?branch=main)

gha helps you to get informative output from your R GitHub actions job.

## Installation

You can install the development version of gha from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("r-lib/gha")
```