1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 08:30:06 +00:00

chore: -g param

This commit is contained in:
Allan
2023-10-17 16:00:47 +01:00
parent 993dec4610
commit d8ea29bf8c

View File

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