From be5015f570262b7ce05b842df9521d19b22b6208 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 6 Sep 2024 13:25:00 -0400 Subject: [PATCH 1/2] added linting and link_checks from reusable workflows --- .github/workflows/check-links.yaml | 13 +++++++++++++ .github/workflows/notebook-lint.yaml | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .github/workflows/check-links.yaml create mode 100644 .github/workflows/notebook-lint.yaml 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: . From 632cb372e7cfe7e9d16ca97cf5ec1efaa42f978b Mon Sep 17 00:00:00 2001 From: github-action Date: Mon, 9 Sep 2024 17:49:03 +0000 Subject: [PATCH 2/2] Github Action: Refresh stats --- reusable-workflow-repo | 1 + 1 file changed, 1 insertion(+) create mode 160000 reusable-workflow-repo 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