diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 75e5415..84215da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,7 +64,10 @@ jobs: fetch-depth: 0 - name: Install dependencies of commitlint - run: sudo apt install --yes npm + run: | + sudo apt update --yes + sudo apt install --yes npm + - name: Pull our commitlint configuration run: | git clone https://github.com/nblockchain/conventions.git