From 829afc5b8e3909bccf71a9354f0d585744692ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Gon=C3=A7alves?= Date: Wed, 20 Jan 2021 23:35:01 +0000 Subject: [PATCH] Add GH build badge to readme --- .github/workflows/maven.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 893b7e86..9763a30b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Java CI with Maven +name: Build on: push: diff --git a/README.md b/README.md index 4ef59391..58cad6f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@

+![Build Status](https://github.com/luisgoncalves/xades4j/workflows/Build/badge.svg) + [![Build Status](https://travis-ci.org/luisgoncalves/xades4j.svg?branch=master)](https://travis-ci.org/luisgoncalves/xades4j) _XAdES4j_ is an high-level, configurable and extensible Java implementation of XML Advanced Electronic Signatures (XAdES 1.3.2 and 1.4.1). It enables producing, verifying and extending signatures in the main XAdES forms: XAdES-BES, XAdES-EPES, XAdES-T and XAdES-C. Also, extended forms are supported through the enrichment of an existing signature.