From 9fc4cd91392a06c2a9d05cd8c0185206c011a89b Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 6 Jan 2023 14:40:15 +0100 Subject: [PATCH] ci: add lint-commit job --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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'