Skip to content

Update all of our samples to target VSCode 1.100 or newer #11

Update all of our samples to target VSCode 1.100 or newer

Update all of our samples to target VSCode 1.100 or newer #11

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci --workspaces=false
- run: npm run validate