A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files

  • @ruk_n_rul
    link
    291 month ago

    If you write your own tooling then it’s great. The vast majority of us are using other people’s tooling and have to deal with their imposed complexity. I for one hate GitHub actions with a passion.

    • @tyler@programming.dev
      link
      fedilink
      121 month ago

      None of the complexity of GitHub actions would be solved with any other configuration language. It needs to be a full scripting language at minimum. The problems with GHA have nothing to do with yaml.