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