Skip to content

+ LICENSE and CI

+ LICENSE and CI #3

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.x
- name: Install vsce
run: |
npm install -g @vscode/vsce
vsce -V
- name: Package
run: |
vsce package
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: 3body-vscode-language-server-extension
path: |
3body-vscode-language-server*.vsix