Nothing
test_that("get_yaml works", {
if(!is_gha()) testthat::skip_if_offline()
testthat::expect_type(
rworkflows:::get_yaml(template = "rworkflows"),
"list"
)
testthat::expect_type(
rworkflows:::get_yaml(template = "rworkflows_static"),
"list"
)
testthat::expect_error(
rworkflows:::get_yaml(template = "TYPOOOOO")
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.