From 63f20cb14fd81f432281a17b1926b435a4f6e92c Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Tue, 8 Feb 2022 10:05:58 -0500 Subject: [PATCH] add status badge to README --- Makefile | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 338ecb2..0fa8667 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0.1 +VERSION = 0.0.2 SOURCE = ./... .DEFAULT_GOAL := build diff --git a/README.md b/README.md index aabb679..0eaf428 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI/CD](https://github.com/mdb/wordle/actions/workflows/main.yml/badge.svg)](https://github.com/mdb/wordle/actions/workflows/main.yml) + # wordle A Go-based `wordle` CLI. @@ -40,5 +42,6 @@ make ## Improvement ideas * https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt returns some tricky and uncommon words; is there a better data source from which to retrieve words? -* Could https://github.com/rivo/tview enable some UI improvements? +* Could https://github.com/rivo/tview enable some UI improvements? Or is that overkill? * It'd be nice to be able to `brew install wordle` +* Would it be cool to provide an option to output the final grid as an image, such that it could be shared?