Skip to content

Bump @types/vscode from 1.82.0 to 1.83.0 #23

Bump @types/vscode from 1.82.0 to 1.83.0

Bump @types/vscode from 1.82.0 to 1.83.0 #23

Workflow file for this run

name: build
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn run compile