From 6e657cd20cba577650b526aaea61580e477a1634 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Thu, 5 Aug 2021 23:25:53 +0300 Subject: [PATCH] Add build status badge to README --- .github/workflows/{dione.yml => build.yml} | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename .github/workflows/{dione.yml => build.yml} (97%) diff --git a/.github/workflows/dione.yml b/.github/workflows/build.yml similarity index 97% rename from .github/workflows/dione.yml rename to .github/workflows/build.yml index c19421e..fb33e93 100644 --- a/.github/workflows/dione.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Dione +name: build on: push: diff --git a/README.md b/README.md index a1b8b63..4c4ccd2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@

Secured Finance - A protocol for financial transactions backed by crypto-assets.

-[![badge](https://img.shields.io/badge/submit%20for-HackFS-blue)](https://hack.ethglobal.co/showcase/secured-finance-recTkx6c1RDoLeaQm) +![badge](https://github.com/Secured-Finance/dione/actions/workflows/build.yml/badge.svg) [![badge](https://img.shields.io/badge/submit%20for-HackFS-blue)](https://hack.ethglobal.co/showcase/secured-finance-recTkx6c1RDoLeaQm) # Table of Contents +- [Table of Contents](#table-of-contents) - [Introduction](#introduction) - [Specifications](#specifications) - [State validation](#state-validation) @@ -15,7 +16,9 @@ - [External adapters](#external-adapters) - [Consensus](#consensus) - [DIONE token](#dione-token) -- [Contribute](#contribute) +- [Operations diagram](#operations-diagram) +- [Contribute ](#contribute--) + - [Dione core contributors:](#dione-core-contributors) - [License](#license)