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
- Host: GitHub
- URL: https://github.com/hadley/gha
- Owner: r-lib
- License: other
- Created: 2024-06-13T17:18:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:13:56.000Z (about 1 year ago)
- Last Synced: 2024-06-21T02:36:51.522Z (about 1 year ago)
- Language: R
- Size: 60.5 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-r-pkgtools - `{gha}`
README
# gha
[](https://github.com/r-lib/gha/actions/workflows/R-CMD-check.yaml)
[](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")
```