Skip to content

Commit

Permalink
Test unsigned commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Mar 2, 2022
1 parent 80b7467 commit a5da74a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/verifySignedCommits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Verify signed commits

on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]

jobs:
verifySignedCommits:
runs-on: ubuntu-latest
steps:
- uses: nadock/verified_commits_check@854c41acbeacfe04b78b37379f942cdd70f9187c

0 comments on commit a5da74a

Please sign in to comment.