diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml new file mode 100644 index 0000000..166bb1c --- /dev/null +++ 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 diff --git a/.github/workflows/notebook-lint.yaml b/.github/workflows/notebook-lint.yaml new file mode 100644 index 0000000..2038a72 --- /dev/null +++ b/.github/workflows/notebook-lint.yaml @@ -0,0 +1,14 @@ +name: 'Lint Notebook' +on: + push: + workflow_dispatch: +permissions: + contents: write + id-token: write + +jobs: + lint: + name: 'Linting' + uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main + with: + directory: . diff --git a/reusable-workflow-repo b/reusable-workflow-repo new file mode 160000 index 0000000..e24998d --- /dev/null +++ b/reusable-workflow-repo @@ -0,0 +1 @@ +Subproject commit e24998da8b63cab46f4422abd12571a8ede8b040