Skip to content

Commit

Permalink
#216 cicd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Sep 5, 2024
1 parent 03ccacc commit 51bf8eb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ I decided that my strategy would be to write the main body of my CICD check as a
After some playing around, I settled with the following 30-line script:

```{r, eval = FALSE}
# Get list of blog posts ----
posts <- list.files("posts", recursive = TRUE, pattern = "*.qmd")
Expand Down Expand Up @@ -99,7 +98,6 @@ if (length(error_messages) > 0) {
cli::cli_abort(concatenated_error_messages)
}
```

The script works as follows:
Expand Down

0 comments on commit 51bf8eb

Please sign in to comment.