From 0208a4f98dc9027108fc5e69e0f458359e71fc45 Mon Sep 17 00:00:00 2001 From: Ali Ariff Date: Fri, 17 Sep 2021 01:58:02 +0200 Subject: [PATCH] feat: add ci badge in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6fddc5..383828e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ERB Formatter/Beautify +[![Test & Release](https://github.com/aliariff/vscode-erb-beautify/actions/workflows/ci.yaml/badge.svg)](https://github.com/aliariff/vscode-erb-beautify/actions/workflows/ci.yaml) + Most of solution that exist in the internet is tell you to create a task and call it using ctrl-shift-p menu. This extension basically using [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) to format your file using the Formatter API from the vscode, so no need to create a hack using Task, etc.