From 0ea5e5b3dcb1ee95a1c045eb23ad0f71c871b8f3 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 15 Jan 2022 15:07:17 -0500 Subject: [PATCH] docs: update status badge --- .github/readme/README.md | 2 +- .github/workflows/{workflow.yml => ci.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{workflow.yml => ci.yml} (99%) diff --git a/.github/readme/README.md b/.github/readme/README.md index a4334595..557e1821 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, 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) +[![Continuous integration](https://github.com/lowlighter/metrics/actions/workflows/ci.yml/badge.svg)](https://github.com/lowlighter/metrics/actions/workflows/ci.yml) <% for (const partial of ["introduction", "documentation", "license"]) { -%> <%- await include(`/partials/${partial}.md`) %> diff --git a/.github/workflows/workflow.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/workflow.yml rename to .github/workflows/ci.yml index 456c4cc8..61d52c87 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Main workflow +name: Continuous integration on: push: