Skip to content

Commit

Permalink
ci: add a GitHub Action to verify if commits are signed (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Aug 16, 2023
1 parent 0659ca5 commit 4217474
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-signed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Validate if commits in PR are signed
on: pull_request

jobs:
signed-commits-check:
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/[email protected]

- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1

0 comments on commit 4217474

Please sign in to comment.