From d418b50b72d17de47b791543db5d946d90c7fe05 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Mon, 24 Mar 2025 15:44:22 +0000 Subject: [PATCH] Add ci-template-check.yml. --- .github/workflows/ci-template-check.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ci-template-check.yml diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml new file mode 100644 index 0000000..96e5512 --- /dev/null +++ b/.github/workflows/ci-template-check.yml @@ -0,0 +1,16 @@ +# Checks if a PR makes any changes that ought to be shared via templating. +# See the called workflow in the scitools/workflows repo for more details. + +name: ci-template-check + +on: + pull_request_target: + branches: + - main + +jobs: + prompt-share: + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.03.6 + secrets: inherit + with: + pr_number: ${{ github.event.pull_request.number }}