@borkdude @slipset We’ve launched setup workflows: https://circleci.com/blog/introducing-dynamic-config-via-setup-workflows/ This allows you to run code to generate config as part of the workflow.
This will allow you you to write a config.edn and use a setup workflow to convert the config.edn to YAML and run it.
Nice!
(using jet ?)
Awesome! I'm currently doing that using bb (babashka) but I just commit the yaml into the git repo
jet only supports JSON, EDN and Transit, else the name would not be right anymore ;)
jety?
JSON is valid YAML, so... 😄
oh right!
YAML isn’t valid JSON though!
but is JSON powerful enough to express all of circleci's config?
yes it is
kewl