From c360abb0fca538d14ad384daf80fad3806e4ad2a Mon Sep 17 00:00:00 2001 From: krille-chan Date: Tue, 3 Mar 2026 16:57:40 +0100 Subject: [PATCH] chore: Check conventional commits in CI --- .github/workflows/integrate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index e3172f769..ef9fdd6a0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 + - uses: webiny/action-conventional-commits@v1.3.1 - run: ./scripts/generate-locale-config.sh - run: git diff --exit-code - run: cat .github/workflows/versions.env >> $GITHUB_ENV