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-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d21f28  README add status button for pre-commit workflow (#301)
3d21f28 is described below

commit 3d21f28fb8e604554dba0c4fa94e47403a9911c6
Author: John Bampton <[email protected]>
AuthorDate: Thu Nov 6 07:35:55 2025 +1000

    README add status button for pre-commit workflow (#301)
    
    Adds HTML with link to the workflow
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index c09e23d..dafa07e 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,9 @@
 <a 
href="https://github.com/apache/tooling-trusted-releases/actions/workflows/build.yml?query=branch%3Amain";>
   <img alt="Build & Tests" 
src="https://github.com/apache/tooling-trusted-releases/actions/workflows/build.yml/badge.svg?branch=main";
 />
 </a>
+<a 
href="https://github.com/apache/tooling-trusted-releases/actions/workflows/analyze.yml";>
+  <img alt="Analyze using pre-commit hooks" 
src="https://github.com/apache/tooling-trusted-releases/actions/workflows/analyze.yml/badge.svg";
 />
+</a>
 <a href="https://github.com/apache/tooling-trusted-releases/blob/main/LICENSE";>
   <img alt="Apache License" 
src="https://img.shields.io/github/license/apache/tooling-trusted-releases"; />
 </a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to