tar_nix_ga {rix}R Documentation

tar_nix_ga Run a {targets} pipeline on GitHub Actions.

Description

tar_nix_ga Run a {targets} pipeline on GitHub Actions.

Usage

tar_nix_ga()

Details

This function puts a .yaml file inside the ⁠.github/workflows/⁠ folders on the root of your project. This workflow file will use the projects default.nix file to generate the development environment on GitHub Actions and will then run the projects {targets} pipeline. Make sure to give read and write permissions to the GitHub Actions bot.

Value

Nothing, copies file to a directory.

Examples

## Not run: 
tar_nix_ga()

## End(Not run)

[Package rix version 0.16.0 Index]