workflows: basic consistency in formatting workflows

Same top-level ordering of keys / empty lines and same indentation for
yaml lists. One blank line between each step.

Makes it easier to read and compare the workflows.
This commit is contained in:
Wolfgang Walther 2025-01-05 14:19:45 +01:00
commit 88afad8833
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
19 changed files with 231 additions and 188 deletions

View file

@ -7,7 +7,6 @@
name: "Periodic Merges (24h)"
on:
schedule:
# * is a special character in YAML so you have to quote this string