Skip to content

Commit

Permalink
Disable vscode node in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev authored Nov 15, 2024
1 parent 0888470 commit 485e0d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
- run: npm ci
- run: npm run lint
- name: npx vsce package
run: npx vsce package
#- run: npm ci
#- run: npm run lint
#- name: npx vsce package
# run: npx vsce package
build-windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 485e0d7

Please sign in to comment.