From 7ff79028639de37642de57ace740c3e4fdd43094 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Tue, 15 Oct 2024 14:49:32 +0100 Subject: [PATCH] feat(ci): block unsigned commits --- .github/workflows/check_commit_signature.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/check_commit_signature.yml diff --git a/.github/workflows/check_commit_signature.yml b/.github/workflows/check_commit_signature.yml new file mode 100644 index 0000000000..ad2fa41191 --- /dev/null +++ b/.github/workflows/check_commit_signature.yml @@ -0,0 +1,11 @@ +name: Check Commit Signatures + +on: + pull_request: + +jobs: + check-commit-signatures: + runs-on: ubuntu-latest + steps: + - name: Check commit signatures + uses: 1Password/check-signed-commits-action@ed2885f3ed2577a4f5d3c3fe895432a557d23d52