Hacker News new | ask | show | jobs
Ask HN: Anyone dislikes GitHub action yaml syntax?
8 points by nittanymount 759 days ago
feel the syntax is too flexible, don't know if it should be ok or not to write this way, don't like it somehow...

maybe not too bad after getting familiar with it... haha...

comments, suggestions on how you ... thanks...

1 comments

Yup, Yaml engineering is where we are at

I write my GHA in CUE now, though I am moving to Argo more generally (which I also write in CUE)

https://cuelang.org | https://cuetorials.com

I'm also migrating much of my build process to Dagger, so my CI becomes one-liners with the complex logic in Dagger and a proper language

thanks, will check it out...