mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 10:20:06 +00:00
chore: -g param
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm i @sasjs/cli@latest
|
npm i -g @sasjs/cli@latest
|
||||||
|
|
||||||
- name: Check code style (aborts if errors found)
|
- name: Check code style (aborts if errors found)
|
||||||
run: npx @sasjs/cli lint
|
run: npx @sasjs/cli lint
|
||||||
|
|||||||
Reference in New Issue
Block a user