Skip to content

Commit

Permalink
Add npm ci (install)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju committed Jul 21, 2024
1 parent e82cae9 commit 57e7ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
node-version-file: 'vscode-extension/package.json'
cache-dependency-path: 'vscode-extension/package-lock.json'
cache: npm
- run: npm run lint
- run: |
npm ci
npm run lint

0 comments on commit 57e7ef0

Please sign in to comment.