From bb5dd3a5eed4082884b1b60bc6da084c583f6506 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Sun, 17 Dec 2023 11:45:32 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20add=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/deploy.yml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e56ac7dd..3ea27e9c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: 🚀 Deploy Next.js UI to GitHub Pages +name: 🚀 Deploy UI on: push: diff --git a/README.md b/README.md index 3449d091..1b322901 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![🕵️‍♂️ Test CreateX](https://github.com/pcaversaccio/createx/actions/workflows/test-createx.yml/badge.svg)](https://github.com/pcaversaccio/createx/actions/workflows/test-createx.yml) [![Test Coverage](https://img.shields.io/badge/Coverage-100%25-green)](#test-coverage) +[![🚀 Deploy UI](https://github.com/pcaversaccio/createx/actions/workflows/deploy.yml/badge.svg)](https://github.com/pcaversaccio/createx/actions/workflows/deploy.yml) [![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL--3.0--only-blue)](https://www.gnu.org/licenses/agpl-3.0) @@ -23,8 +24,8 @@ Factory smart contract to make easier and safer usage of the [`CREATE`](https:// - [Test Coverage](#test-coverage) - [ABI (Application Binary Interface)](#abi-application-binary-interface) - [New Deployment(s)](#new-deployments) - - [`ethers.js`](#ethersjs) - - [`cast`](#cast) + - [`ethers.js`](#ethersjs) + - [`cast`](#cast) - [Contract Verification](#contract-verification) - [`CreateX` Deployments](#createx-deployments) - [🙏🏼 Acknowledgement](#-acknowledgement)