We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45cdfc commit c4e59abCopy full SHA for c4e59ab
.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: .
0 commit comments