mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-10 05:18:00 -05:00
feat(ci): block unsigned commits
This commit is contained in:
committed by
Ayoub Benaissa
parent
69e545d84a
commit
7ff7902863
11
.github/workflows/check_commit_signature.yml
vendored
Normal file
11
.github/workflows/check_commit_signature.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user