Skip to content

feat: upload to gh assets #43

feat: upload to gh assets

feat: upload to gh assets #43

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test-compile
- run: npm install -g @vscode/vsce
- run: npm run vscode:package