From 21a2145c4f14a3a0bc9aa5070280f0582aea8867 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 25 Sep 2023 01:13:52 +0700 Subject: [PATCH] chore: add gh badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a64a135..7082a11 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # posts-go +[![Go](https://github.com/haunt98/posts-go/workflows/Go/badge.svg?branch=main)](https://github.com/haunt98/posts-go/actions) +[![Latest Version](https://img.shields.io/github/v/tag/haunt98/posts-go)](https://github.com/haunt98/posts-go/tags) + Write markdown, convert to html, then publish using Github Pages. First add GitHub access token in `~/.netrc`.