This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 7f5c55e Adding GitHub workflow badge
7f5c55e is described below
commit 7f5c55e12cb5c4f8c44259f4a0908c47b1c9a6e4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Mar 22 14:14:15 2021 +0100
Adding GitHub workflow badge
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 8b8b2a1..50cf5773 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,6 @@ More information at http://syncope.apache.org
<img
src="https://img.shields.io/maven-central/v/org.apache.syncope/syncope.svg"/>
</a>
<a href="https://travis-ci.com/github/apache/syncope"><img
src="https://api.travis-ci.com/apache/syncope.png"/></a>
+<a href="https://github.com/apache/syncope/actions/workflows/maven.yml">
+ <img
src="https://github.com/apache/syncope/actions/workflows/maven.yml/badge.svg"/>
+</a>