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: