From 1f4180229216268e973a09239da1337646fe36de Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Tue, 13 Feb 2024 15:57:33 +0100 Subject: [PATCH] ci: add conventional commit check step in ci action Signed-off-by: r3drun3 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a693093..e444cb9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,9 @@ jobs: name: ci runs-on: ubuntu-latest steps: + - name: Check conventional commits + uses: webiny/action-conventional-commits@v1.3.0 + - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: