Skip to content

Commit

Permalink
Add GH build badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgoncalves committed Jan 20, 2021
1 parent b142b98 commit 829afc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<p align='right'><img src='https://github.com/luisgoncalves/xades4j/blob/gh-pages/images/logo-02.png' /></p>

![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.
Expand Down

0 comments on commit 829afc5

Please sign in to comment.