Skip to content

Commit

Permalink
chore: -g param
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan committed Oct 17, 2023
1 parent 993dec4 commit d8ea29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8ea29b

Please sign in to comment.