Skip to content

added linter to lsp diagnostics #3

added linter to lsp diagnostics

added linter to lsp diagnostics #3

Workflow file for this run

name: Publish Extension
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
- uses: actions/[email protected]
- name: Install dependencies
run: |
cd vsc-plugin
npm install
npm i -g vsce
- name: Build
run: |
cd vsc-plugin
make
- name: Publish
run: |
cd vsc-plugin
vsce publish -p ${{ secrets.VSCE_PAT }}