Skip to content

Commit

Permalink
changed name of function
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Oct 21, 2023
1 parent 69fd6fd commit a3b5bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/cicd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ You need to run the 'description' chunk in the '0-dev_history.Rmd' file before c
pkgload::load_all(export_all = FALSE)
```

The function below copies a Github actions workflow
file into the `.github/workflows/run-pipeline.yaml`:
The function below copies a Github actions workflow file into the
`.github/workflows/run-pipeline.yaml`:

```{r function-nix_github_actions}
#' nix_github_actions
#' tar_nix_ga
#' @return Nothing, copies file to a diretory.
#'
nix_github_actions <- function(){
tar_nix_ga <- function(){
# Add an empty .gitignore file if there isn’t any
if(file.exists(".gitignore")){
Expand Down

0 comments on commit a3b5bb2

Please sign in to comment.