You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/31 21:53:22 UTC

[GitHub] [airflow]: Workflow run "Build images for Move static checks to single-line ones https://github.com/apache/airflow/pull/27424 " is working again!

The GitHub Actions job "Build images for Move static checks to single-line ones https://github.com/apache/airflow/pull/27424
" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
84b168cc7449ace6bc8b4f9ff6ab567d7dff8445 / Jarek Potiuk <ja...@potiuk.com>
Move static checks to single-line ones

Suddenly github stopped liking 3-years old (otherwise perfectly fine)
double-quoted mutli-line strings indented in the way that they
lacked spaces (even it is perfectly valid yaml). Seems they
changed parser to be a lot more picky (and rather wrong because such
multi-line entries when ended with \ are perfectly fine according to
yaml specification.

This change fixes the problem by making those keys single line and
telling yamlling to ignore their length (yammlint was the main
reason why they were converted into multi-line keys).

Report URL: https://github.com/apache/airflow/actions/runs/3364919229

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org