This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new e590346 README: center heading; add pelican workflow status button
(#47)
e590346 is described below
commit e590346a2b19f055e6a2c89aee9e008b98a1360a
Author: John Bampton <[email protected]>
AuthorDate: Sat Sep 20 03:41:01 2025 +1000
README: center heading; add pelican workflow status button (#47)
* README: center heading; add pelican workflow status button
* Update README.md
* Fix up markdownlint
---
.github/linters/.markdown-lint.yml | 3 +++
README.md | 7 ++++++-
2 files changed, 9 insertions(+), 1 deletion(-)
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
diff --git a/README.md b/README.md
index 871bd70..a0cf05e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
-# ASF Tooling
+<div align="center">
+ <h1>ASF Tooling</h1>
+ <a
href="https://github.com/apache/tooling-docs/actions/workflows/build-pelican.yml">
+ <img
src="https://github.com/apache/tooling-docs/actions/workflows/build-pelican.yml/badge.svg"
alt="Build a Pelican Website Workflow Status">
+ </a>
+</div>
The Tooling team manages development of key tooling efforts for The ASF, and
documents and discusses them as outlined on this page.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]