Skip to content

Commit

Permalink
Add GitHub Actions workflow to check signed commits
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Jun 12, 2023
1 parent bb20d67 commit 34f2e0b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-check-signed-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check signed commits in PR
on: pull_request

jobs:
build:
name: Check signed commits in PR
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

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

0 comments on commit 34f2e0b

Please sign in to comment.