Skip to content

Commit

Permalink
ci(Code-Quality): Added GitHub Action commitlint for commit conventio…
Browse files Browse the repository at this point in the history
…n checking
  • Loading branch information
muellerdo committed Jun 10, 2022
1 parent bc34d09 commit 34bde90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true
verbose: true

commitlint:
name: Commit Convention
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4

0 comments on commit 34bde90

Please sign in to comment.