From fe81bd63ee92f8c747f817a9bfd2e8b9b591500b Mon Sep 17 00:00:00 2001 From: Changliang Wu Date: Fri, 13 Jan 2023 11:58:51 +0800 Subject: [PATCH] ci: add check for conventional style commit --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df32a1573..f2ed1527f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,9 @@ jobs: runs-on: [ubuntu-20.04] steps: - uses: actions/checkout@v2 + + - uses: webiny/action-conventional-commits@v1.1.0 + - name: run everoute unit test run: | sudo make docker-test