From 8a0ff3c83f8802cdc871a4cdce061cdc9b6f8729 Mon Sep 17 00:00:00 2001 From: Javier Carrillo Date: Mon, 15 Jul 2024 10:56:54 -0400 Subject: [PATCH] ci: (DSO-2004) Add Validate PR title to CI --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 615edc4..9d2a7c9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,3 +51,6 @@ jobs: --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose + + - name: 🔎 Validate PR title with commitlint + run: echo "${{ github.event.pull_request.title }}" | np