From 993dec46106085b8d3fd6f28d1998975db4a1c32 Mon Sep 17 00:00:00 2001 From: Allan Date: Tue, 17 Oct 2023 16:00:05 +0100 Subject: [PATCH] chore: adding cli dependency --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0c87f15..66e2a438 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,9 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - run: npm ci + run: | + npm ci + npm i @sasjs/cli@latest - name: Check code style (aborts if errors found) run: npx @sasjs/cli lint