From 808947079dc29571c9f337e68233855009b7d814 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 20 Sep 2025 02:47:31 +1000 Subject: [PATCH 1/3] README: center heading; add pelican workflow status button --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 871bd70..ad58664 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# ASF Tooling +
+

ASF Tooling

+ Build a Pelican Website Workflow Status +
The Tooling team manages development of key tooling efforts for The ASF, and documents and discusses them as outlined on this page. From cd34ab6eb8b62721d4a792b2706399c9f4e02aa5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 20 Sep 2025 02:49:52 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad58664..a0cf05e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@

ASF Tooling

- Build a Pelican Website Workflow Status + + Build a Pelican Website Workflow Status +
The Tooling team manages development of key tooling efforts for The ASF, and documents and discusses them as outlined on this page. From bb6c7666fb6f94b68d9d46eef9a19ac38176b56d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 20 Sep 2025 02:53:54 +1000 Subject: [PATCH 3/3] Fix up markdownlint --- .github/linters/.markdown-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index ac6779a..100965f 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -13,6 +13,9 @@ MD028: false # MD029/ol-prefix Ordered list item prefix MD029: false +# MD033/no-inline-html Inline HTML +MD033: false + # MD034/no-bare-urls Bare URL used MD034: false