Skip to content

Commit

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

0 comments on commit 993dec4

Please sign in to comment.