From 006f45ce9ea4f711ad6b99f5759ad5e8bebe1fbc Mon Sep 17 00:00:00 2001 From: the-forest-tree Date: Mon, 11 Sep 2023 09:51:21 +0000 Subject: [PATCH] fix: install Angular commitlint config for commitlint GA job --- .github/workflows/hrflow_connectors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hrflow_connectors.yml b/.github/workflows/hrflow_connectors.yml index 235bd37d..10bfb9b5 100644 --- a/.github/workflows/hrflow_connectors.yml +++ b/.github/workflows/hrflow_connectors.yml @@ -29,7 +29,7 @@ jobs: - name: Install commitlint run: | - npm install conventional-changelog-conventionalcommits + npm install @commitlint/config-angular npm install commitlint@v17.7.1 - name: Validate current commit (last commit) with commitlint