Skip to content

Commit 2a0c23b

Browse files
Merge pull request #12 from NIGMS/reusable_workflows
Reusable workflows
2 parents 9523797 + 2d87744 commit 2a0c23b

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/check-links.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: ""
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Lint Notebook'
2+
on:
3+
push:
4+
workflow_dispatch:
5+
permissions:
6+
contents: write
7+
id-token: write
8+
9+
jobs:
10+
lint:
11+
name: 'Linting'
12+
uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
13+
with:
14+
directory: .

reusable-workflow-repo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e24998da8b63cab46f4422abd12571a8ede8b040

0 commit comments

Comments
 (0)