From f56ec9bfc069db0e5c4873ac2d4588b711090608 Mon Sep 17 00:00:00 2001 From: shuta13 Date: Fri, 19 Apr 2024 11:02:04 +0900 Subject: [PATCH] docs: add ci status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b9f5b6..41b66b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/CyberAgent/moldable/actions/workflows/ci.yaml/badge.svg)](https://github.com/CyberAgent/moldable/actions/workflows/ci.yaml) + # `moldable` A CLI tool for code generation under the influence of [plop](https://plopjs.com) and [scaffdog](https://scaff.dog). It has the best of each tool, yet it is faster and more flexible.