From 689a763eee0c1f0d9b450ef59cfa322905f3bb0f Mon Sep 17 00:00:00 2001 From: martincupela Date: Wed, 29 Jan 2025 10:49:34 +0100 Subject: [PATCH] chore: return linting CI --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb00f787f..7099251a0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,5 +15,8 @@ jobs: - uses: ./.github/actions/setup-node + - name: Commit message lint + run: echo "${{ github.event.pull_request.title }}" | yarn commitlinter + - name: Lint run: yarn lint