From 1f1ca517b213a1026a830bd9393bb3e183d8bbe3 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Wed, 10 Jan 2024 15:24:00 +0000 Subject: [PATCH] validate existing contributor --- .github/workflows/contributing.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/contributing.yaml diff --git a/.github/workflows/contributing.yaml b/.github/workflows/contributing.yaml new file mode 100644 index 000000000..1ec52d6f2 --- /dev/null +++ b/.github/workflows/contributing.yaml @@ -0,0 +1,8 @@ +name: Contributing + +on: + pull_request: + +jobs: + validate-existing-contributors: + uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@main