Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jan 29, 2024
1 parent 076d0c4 commit d94413c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-tinytex@v2
env:
# install full prebuilt version
TINYTEX_INSTALLER: TinyTeX

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion R/tar_nix_ga.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING - Generated by {fusen} from dev/flat_cicd.Rmd: do not edit by hand

#' tar_nix_ga Run a {targets} pipeline on Github Actions.
#' tar_nix_ga Run a targets pipeline on Github Actions.
#' @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
Expand Down
2 changes: 1 addition & 1 deletion dev/flat_cicd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The function below copies a Github actions workflow file into the
`.github/workflows/run-pipeline.yaml`:

```{r function-tar_nix_ga}
#' tar_nix_ga Run a {targets} pipeline on Github Actions.
#' tar_nix_ga Run a targets pipeline on Github Actions.
#' @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
Expand Down
4 changes: 2 additions & 2 deletions man/tar_nix_ga.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d94413c

Please sign in to comment.