From 30b2e22671739529ec1d4d8778787df94d59a7fd Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Tue, 26 Nov 2024 19:15:38 +0100 Subject: [PATCH] doc: Correct formatting of bullet-less list Signed-off-by: Fini Jastrow --- bin/scripts/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/scripts/README.md b/bin/scripts/README.md index 911e503d3..ebcfe14bb 100644 --- a/bin/scripts/README.md +++ b/bin/scripts/README.md @@ -35,11 +35,11 @@ Note: Usually you need to call the scripts in this directory while actually bein * `update-gitignore.sh`: Correct gitignore file for not-released-in-repo fonts [8] * `version-bump.sh`: Change version number in all scripts on a new release [1] -[1] Used by CI (github release workflow) -[2] Used by CI (github docker-release workflow) -[3] To be used manually (sigh) -[4] To be used manually -[5] Used by CI (github packsvgs workflow) -[6] Used by CI (github casks workflow) -[7] Used by CI (github contributors workflow) +[1] Used by CI (github release workflow)
+[2] Used by CI (github docker-release workflow)
+[3] To be used manually (sigh)
+[4] To be used manually
+[5] Used by CI (github packsvgs workflow)
+[6] Used by CI (github casks workflow)
+[7] Used by CI (github contributors workflow)
[8] Used by CI (github fontjson workflow)