From 559fe2bc50faba6bdc4fe58db0611ece8a7637f5 Mon Sep 17 00:00:00 2001 From: Sanaz Taheri <35961250+staheri14@users.noreply.github.com> Date: Thu, 16 May 2024 09:40:10 -0700 Subject: [PATCH] chore: fixes dead link for golangci-lint status badge in README (#254) The status badge for the the golangci-lint workflow fails to load. This PR fixes the link and resolves the issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7398395..70daca2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Go version](https://img.shields.io/badge/go-1.21-blue.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/celestiaorg/nmt.svg)](https://pkg.go.dev/github.com/celestiaorg/nmt) -![golangci-lint](https://github.com/celestiaorg/nmt/workflows/golangci-lint/badge.svg?branch=main) +![golangci-lint](https://github.com/celestiaorg/nmt/workflows/lint/badge.svg) ![Go](https://github.com/celestiaorg/nmt/workflows/Go/badge.svg) ![codecov.io](https://codecov.io/github/celestiaorg/nmt/coverage.svg?branch=main)