Skip to content

Commit

Permalink
Show output of roxygenize
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Jan 24, 2024
1 parent 1363fb3 commit 4bdda09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
sink()
sink(type = "message")
logs <- readLines(logfile)
cat("🪵 Log output of 'roxygen2::roxygenize()':\n")
system2("cat", logfile)
error_marker <- grep("Error:", logs)
warnings_marker <- grep("Warning message", logs)
if (length(warnings_marker) > 0) {
Expand Down

0 comments on commit 4bdda09

Please sign in to comment.