From 3021d9af27e78484dc4deea6014f9e9de6e41d9e Mon Sep 17 00:00:00 2001 From: Changliang Wu Date: Wed, 1 Feb 2023 11:33:44 +0800 Subject: [PATCH] tmp --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c59ceae6..a52b532d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v2 + - run: git log | cat + - name: Check conventional commits uses: webiny/action-conventional-commits@v1.1.0