Skip to content

Commit

Permalink
feat(ci): block unsigned commits
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Oct 15, 2024
1 parent 69e545d commit 7ff7902
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check_commit_signature.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7ff7902

Please sign in to comment.