From a9c4d7156bf0af7e562ab03961ef1cdbe97e8623 Mon Sep 17 00:00:00 2001 From: Stefan Kairinos Date: Wed, 10 Jan 2024 16:01:48 +0000 Subject: [PATCH] validate existing contributor (#55) --- .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 0000000..1ec52d6 --- /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