From 90bfbfdc4043b4cb89c789447a8f35a035f8027c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 18 Nov 2024 16:11:12 +0500 Subject: [PATCH] chore: add health check badge (#341) --- .github/workflows/check.yaml | 4 ++-- README.md | 1 + 2 files changed, 3 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 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)