ERROR: Some files do not comply the YAML format

What happens

/formatYalm job fails with error:

[INFO] Some files do not comply the YAML format. We will format them but this job will fail.

And the log list several yalm files of the repository

What do you understand or find about that problem

Something in the /formatYalm job is causing it to detect almost all yalms files in the repository as bad

Did you try any workaround? What did you do?

  1. I tried to re-run the job multiple times
  2. I checked my yaml file with the hexdump -C <yalm-file> command to make sure that break lines and spaces are not causing the problem.

Evidences

I need help with

I appreciate if you help me to make the formatYalm job successful.

Hi,
This error was fixed in: https://gitlab.com/autonomicjump/challenges/-/commit/5dab3ce01c008b17bdcace8214193f99da5e0d04

Please update your branch

Regards.

Thanks @deep-detective, I had ignored that commit because the pipeline for that commit had a failed job, I thought there was something wrong with the last merged commits on master and so I had avoided trying to pull again.

I just did it (pull and push) and the pipeline was successful.

Thank you so much!