From a00ca1e53d3f4a773fc5f894e707aa6d9f3e3968 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Tue, 24 Dec 2024 14:20:41 -0500 Subject: [PATCH] Fix badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 205f44a..64317e5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # cli [![GoDoc](https://godoc.org/github.com/mfridman/cli?status.svg)](https://godoc.org/github.com/mfridman/cli) -[![Go Report Card](https://goreportcard.com/badge/github.com/mfridman/cli)](https://goreportcard.com/report/github.com/mfridman/cli) -[![Actions](https://github.com/mfridman/cli/workflows/ci/badge.svg)](https://github.com/mfridman/cli) +[![Go Report +Card](https://goreportcard.com/badge/github.com/mfridman/cli)](https://goreportcard.com/report/github.com/mfridman/cli) +[![CI](https://github.com/mfridman/cli/actions/workflows/ci.yaml/badge.svg)](https://github.com/mfridman/cli/actions/workflows/ci.yaml) A lightweight framework for building Go CLI applications with nested subcommands.