yaml: wrong new line character: expected \n

1 · Thiago Perrotta · March 14, 2025, 2:41 p.m.
Summary
The blog post discusses a YAML-related issue experienced when editing files using GitHub's web interface, leading to line ending errors (CR LF vs. LF). It provides a step-by-step reproduction of the problem and recommends using the command `dos2unix` to fix the line ending issue. The author emphasizes the lesson of avoiding the GitHub web UI for editing files.