1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: adding cli dependency

This commit is contained in:
Allan
2023-10-17 16:00:05 +01:00
parent 7512423b04
commit 993dec4610

View File

@@ -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