From 80e89f7cb1817a627ea675593f634722e63cb6bb Mon Sep 17 00:00:00 2001 From: Parthipan-Natkunam Date: Mon, 9 Dec 2024 20:33:23 +0100 Subject: [PATCH] docs: add GitHub Actions Badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00d5286..47a6037 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build & Deploy](https://github.com/Parthipan-Natkunam/basic-social-text-formatter/actions/workflows/deploy.yml/badge.svg)](https://github.com/Parthipan-Natkunam/basic-social-text-formatter/actions/workflows/deploy.yml) + ## Social Text Formatter This is a simple text formatter that makes your social media posts look pretty by enabling bold and italics texts. It uses a `Unicode Substituion` technique to workaround the rendering limitations of such texts on social media platforms.