diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index f6cd505..87fdeed 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -18,4 +18,4 @@ jobs: with: java-version: 1.8 - name: Run tests - run: sbt scalafmtCheck test:scalafmtCheck test \ No newline at end of file + run: sbt scalafmtCheck test:scalafmtCheck test diff --git a/README.md b/README.md index c3ed6c6..a54adb5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # zio-raft +![CI](https://github.com/ariskk/zio-raft/workflows/CI/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ariskk/zio-raft/blob/master/LICENSE) An Implementation of Raft using ZIO in Scala.