commit | 675db4f7ac688ffc4b530bdaf079e8bc6946a4a1 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Jun 24 14:14:34 2025 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Fri Jun 27 10:45:24 2025 +0100 |
tree | 30f0f8553292200ae297e65fccd2806d3482d528 | |
parent | a20366c1db0656d791eb646ff40fc296f6cef705 [diff] |
ci: format all YAML with `yq` `yq` is the YAML query tool, used for manipulating YAML files. This change uses the following command to read in and to pretty-print every YAML file in this repository: for x in $(find . -name '*.yaml'); do yq -i -P -oy $x done This makes it a bit easier to automate synchronisation between staging and upstream, as yq always pretty-prints the entire document when manipulating files. Signed-off-by: Chris Kay <chris.kay@arm.com> Change-Id: If973766fa26500d5320612422d1b4999b23439d3