Skip to content

Commit 90bfbfd

Browse files
authored
chore: add health check badge (#341)
1 parent 57d96ca commit 90bfbfd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Check modules on registry.coder.com
2-
1+
name: Health
2+
# Check modules health on registry.coder.com
33
on:
44
schedule:
55
- cron: "*/13 * * * *" # Runs every 13th minute

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
[![discord](https://img.shields.io/discord/747933592273027093?label=discord)](https://discord.gg/coder)
99
[![license](https://img.shields.io/github/license/coder/modules)](./LICENSE)
10+
[![Health](https://github.com/coder/modules/actions/workflows/check.yaml/badge.svg)](https://github.com/coder/modules/actions/workflows/check.yaml)
1011

1112
</div>
1213

0 commit comments

Comments
 (0)