Skip to content

Commit

Permalink
Update transform-R-to-Rmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis authored Jul 13, 2024
1 parent 9ca28d0 commit 89135af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/transform-R-to-Rmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if (length(lints) > 0) {
cat("Warnings found during linting:\n")
print(lints)
stop("Linting failed with warnings")
# stop("Linting failed with warnings")
}
})
'
Expand All @@ -82,7 +82,7 @@ jobs:
error = function(e) {
cat("Error found in file:", file, "\n")
cat("Error message:", e$message, "\n")
stop("Execution failed due to an error in ", file)
# stop("Execution failed due to an error in ", file)
}
)
}
Expand Down

0 comments on commit 89135af

Please sign in to comment.