Skip to content

Commit

Permalink
chore: add commitsar action to enforce the use of conventional commits
Browse files Browse the repository at this point in the history
For reference - https://www.conventionalcommits.org

Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Mar 21, 2022
1 parent f12e6d1 commit a5dd2dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.44

conventional-commits-lint-check:
runs-on: "ubuntu-latest"
steps:
- name: Checkout code
uses: "actions/checkout@v2"
- name: Commitsar Action
uses: aevea/[email protected]

0 comments on commit a5dd2dc

Please sign in to comment.