Skip to content

Commit

Permalink
Merge pull request #289 from 1Password/check-signed-commit-action
Browse files Browse the repository at this point in the history
Add GitHub Actions workflow to check signed commits
  • Loading branch information
AndyTitu committed Jun 22, 2023
2 parents 2d28d62 + 34f2e0b commit 112c982
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 112c982

Please sign in to comment.