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 0567ab9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@ 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"
with:
fetch-depth: 0
- name: Commitsar Action
uses: aevea/[email protected]

0 comments on commit 0567ab9

Please sign in to comment.