ci: add script to check modules on registry.coder.com (#340)

Added a script + corresponding GitHub action to check active modules on registry.coder.com
This commit is contained in:
Cian Johnston
2024-11-15 12:27:03 +00:00
committed by GitHub
parent f5ab7995d1
commit 57d96ca27f
2 changed files with 54 additions and 0 deletions

18
.github/workflows/check.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Check modules on registry.coder.com
on:
schedule:
- cron: "*/13 * * * *" # Runs every 13th minute
workflow_dispatch: # Allows manual triggering of the workflow if needed
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run check.sh
run: |
./.github/scripts/check.sh