Skip to content

Commit

Permalink
Merge pull request #79 from nventive/dev/jpl/validate-commits
Browse files Browse the repository at this point in the history
ci: Add commit validation check.
  • Loading branch information
jeanplevesque authored Nov 21, 2023
2 parents 41e192d + 79850c2 commit e036c80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Conventional Commits

on: [pull_request]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Commitsar check
uses: docker://aevea/commitsar

0 comments on commit e036c80

Please sign in to comment.