mirror of
https://github.com/ruuda/rcl.git
synced 2025-10-09 08:30:32 +00:00

Caught in self-review, and I don't feel like turning them into fixups for all of the commits that introduced these.
14 lines
452 B
Text
14 lines
452 B
Text
// This example is meant to be used with `rcl build`, see `rcl build --help`.
|
|
// It writes formatted examples into the `out` directory.
|
|
{
|
|
"out/github_actions.yml": {
|
|
contents = import "github_actions.rcl",
|
|
format = "json",
|
|
banner = "# This file is generated from github_actions.rcl.",
|
|
},
|
|
"out/buckets.toml": {
|
|
contents = import "buckets.rcl",
|
|
format = "toml",
|
|
banner = "# This file is generated from buckets.rcl.",
|
|
},
|
|
}
|