diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3806a2e..765a6b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,3 +20,12 @@ jobs: - run: 'make test' - run: 'make lint' - run: 'make clean' + + lint-commit: + runs-on: 'ubuntu-latest' + steps: + - uses: 'actions/checkout@v3.0.0' + with: + fetch-depth: 0 + + - uses: 'wagoid/commitlint-github-action@v5.3.0'