Skip to content

Commit

Permalink
Use GH CI workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored Apr 1, 2021
1 parent fa06c0d commit b82d068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
= java-katas

image::https://travis-ci.org/c-guntur/java-katas.svg?branch=master[link="https://travis-ci.org/github/c-guntur/java-katas"]
image::https://github.com/c-guntur/java-katas/actions/workflows/ci.yml/badge.svg[link="https://github.com/c-guntur/java-katas/actions/workflows/ci.yml"]
image:https://img.shields.io/badge/License-MIT-lightsalmon.svg[link="LICENSE"]
image:https://img.shields.io/badge/CodeKata-Java-blue.svg[link="https://github.com/topics/codekata"]


image:JavaKatas.png[Java Katas]

One repo to rule them all. Java code katas - using JUnit5
Expand Down Expand Up @@ -40,4 +41,4 @@ The general structure of each project is a maven quickstart project with a pom.x

`java-futures`:: Learn Java CompletableFuture API, an API that allows for synchronous as well as asynchronous tasks with pipelines and task chaining/combinations with many ways to handle exceptions, with and without recovery paths.

More katas will be added, feel free to contribute if you have ideas.
More katas will be added, feel free to contribute if you have ideas.

0 comments on commit b82d068

Please sign in to comment.