From b6d380fb1830c1aae974f553b5809e48cfd0987f Mon Sep 17 00:00:00 2001 From: kevintyj Date: Fri, 1 Dec 2023 21:04:14 +0530 Subject: [PATCH] ci: Add lint & build ci action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe0f9c..75a0955 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: pnpm commitlint --version - name: 📝Validate PR commits with commitlint - if: ${{ github.event_name !== 'push' }} + if: ${{ github.event_name != 'push' }} run: pnpm commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose - name: 🤞Run CI command