--- a
+++ b/.github/workflows/check-links.yaml
@@ -0,0 +1,13 @@
+name: 'Check Links'
+on:
+  push:
+  pull_request:
+  workflow_dispatch:
+
+
+jobs:
+  link_check:
+    name: 'Link Check'
+    uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main
+    with:
+      repo_link_ignore_list: ""
\ No newline at end of file