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