Skip to content

Commit

Permalink
Add CI badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskk committed Nov 27, 2020
1 parent 637fa86 commit 88ad790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
java-version: 1.8
- name: Run tests
run: sbt scalafmtCheck test:scalafmtCheck test
run: sbt scalafmtCheck test:scalafmtCheck test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 88ad790

Please sign in to comment.