rcl/examples/build.rcl
Ruud van Asseldonk 12ffe62cf4 Address a few minor issues in the new build code
Caught in self-review, and I don't feel like turning them into fixups
for all of the commits that introduced these.
2024-07-27 23:03:05 +02:00

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.",
},
}