From 85ce62888307dfa2c79a0ed3c6c38eb5245da6da Mon Sep 17 00:00:00 2001 From: Ivan Anishchuk Date: Tue, 4 Feb 2025 03:08:39 +0700 Subject: [PATCH] fixup! feat(CSN-506): Add commitlint workflow config --- .github/workflows/commitlint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index d19c7b7..7ed6767 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,8 +11,6 @@ jobs: fetch-depth: 0 - name: Install required dependencies run: | - apt update - apt install -y sudo sudo apt install -y git curl curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs