1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

Merge pull request #358 from sasjs/bumpfix

chore: adding cli dependency
This commit is contained in:
Allan Bowe
2023-10-17 16:02:13 +01:00
committed by GitHub

View File

@@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
run: |
npm ci
npm i -g @sasjs/cli@latest
- name: Check code style (aborts if errors found)
run: npx @sasjs/cli lint