Skip to content

Commit

Permalink
update name of the npm ci inside lint.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Jan 15, 2024
1 parent 8db340e commit 86c2e64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
with:
node-version: "16.x"

- run: npm ci
- run: npm ci
- name: Setup web example
run: npm ci
working-directory: ./WebExample

- run: npm ci

- run: npm run lint
env:
CI: true
Expand Down

0 comments on commit 86c2e64

Please sign in to comment.