diff --git a/.gitattributes b/.gitattributes index 3b4b1e0f1..a4c954a02 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,9 @@ # Windows checkouts too (text=auto would hand out CRLF there). *.json text eol=lf *.ove text eol=lf + +# Workflow manifests: a CRLF ci.yml turns every step command into +# "cmd\r", and bash then cannot find the referenced scripts on the +# Windows runner ("No such file or directory"). +*.yml text eol=lf +*.yaml text eol=lf