YAML Ain't Markup Language

YAML

noun (acronym) /ˈjæməl/

A human-readable data serialisation format widely used for configuration files (Docker Compose, Kubernetes, GitHub Actions, Ansible). Whitespace-significant — indentation defines structure. Pronounced "YAM-ul".

"The GitHub Actions workflow is defined in YAML — indentation errors are the most common cause of failed pipeline runs."