From 751f97203bcf52bebacfa24062f33e0c2ad03238 Mon Sep 17 00:00:00 2001 From: Tom Brereton Date: Wed, 10 Jan 2024 13:51:27 +1100 Subject: [PATCH] feat: add github actions badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44ff487..c994004 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Go Hot Reload: A Go Web Application Template +![Badge](https://github.com/tombrereton/go-hot-reload/actions/workflows/go.yaml/badge.svg) + ## Introduction Go Hot Reload is an open-source starter template, designed to streamline the development process with hot reloading for Go, HTML and Tailwind CSS. It's a perfect starting point for server side web development, particularly for those using `htmx`.