From 0e36870080e9535903be119d3da2494fb938119a Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Fri, 12 Nov 2021 21:39:44 -0500 Subject: [PATCH] docs: update build badge --- .github/readme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme/README.md b/.github/readme/README.md index f961f641..469e9a31 100644 --- a/.github/readme/README.md +++ b/.github/readme/README.md @@ -1,6 +1,6 @@ # 📊 Metrics [](https://www.producthunt.com/posts/github-metrics?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-github-metrics) -![Build](https://github.com/lowlighter/metrics/workflows/Build/badge.svg) [![Metrics (examples)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml/badge.svg)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml) +[![Build, test, analyze and publish](https://github.com/lowlighter/metrics/actions/workflows/workflow.yml/badge.svg)](https://github.com/lowlighter/metrics/actions/workflows/workflow.yml) [![Metrics (examples)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml/badge.svg)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml) <% for (const partial of ["introduction", "features", "setup", "documentation", "license", "references"]) { -%> <%- await include(`/partials/${partial}.md`) %>