Skip to content

Commit

Permalink
chore(ci): Add commit signature check on commit compliance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Nov 13, 2024
1 parent 81af82f commit 5b3225a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/commit_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
pull_request:

jobs:
format:
commit-compliance:
runs-on: ubuntu-latest
steps:
- name: Check commit signatures
uses: 1Password/check-signed-commits-action@ed2885f3ed2577a4f5d3c3fe895432a557d23d52
- name: Check first line
uses: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee # v2.0.0
with:
Expand Down

0 comments on commit 5b3225a

Please sign in to comment.