From 906bf43d1f568396e6bd748a9953ef81bdfc3480 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 18 Nov 2024 16:03:40 +0500 Subject: [PATCH 1/2] chore: add health check badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48a96a3a..8228deb3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![discord](https://img.shields.io/discord/747933592273027093?label=discord)](https://discord.gg/coder) [![license](https://img.shields.io/github/license/coder/modules)](./LICENSE) +[![Health](https://github.com/coder/modules/actions/workflows/check.yaml/badge.svg)](https://github.com/coder/modules/actions/workflows/check.yaml) From 5a5c8d1189d7e14fe83b5f6b8c29c38dad9edcc7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 18 Nov 2024 16:04:15 +0500 Subject: [PATCH 2/2] Update check.yaml --- .github/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c43feea2..aabaa17c 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,5 +1,5 @@ -name: Check modules on registry.coder.com - +name: Health +# Check modules health on registry.coder.com on: schedule: - cron: "*/13 * * * *" # Runs every 13th minute