We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9523797 + 2d87744 commit 2a0c23bCopy full SHA for 2a0c23b
3 files changed
.github/workflows/check-links.yaml
@@ -0,0 +1,13 @@
1
+name: 'Check Links'
2
+on:
3
+ push:
4
+ pull_request:
5
+ workflow_dispatch:
6
+
7
8
+jobs:
9
+ link_check:
10
+ name: 'Link Check'
11
+ uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main
12
+ with:
13
+ repo_link_ignore_list: ""
.github/workflows/notebook-lint.yaml
@@ -0,0 +1,14 @@
+name: 'Lint Notebook'
+permissions:
+ contents: write
+ id-token: write
+ lint:
+ name: 'Linting'
+ uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
14
+ directory: .
reusable-workflow-repo
@@ -0,0 +1 @@
+Subproject commit e24998da8b63cab46f4422abd12571a8ede8b040
0 commit comments