tar_nix_ga {rix} | R Documentation |
tar_nix_ga Run a {targets} pipeline on Github Actions.
tar_nix_ga()
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.
Nothing, copies file to a directory.
## Not run:
tar_nix_ga()
## End(Not run)