Skip to content

Merge pull request #175 from Techatrix/fix-diagnostics #245

Merge pull request #175 from Techatrix/fix-diagnostics

Merge pull request #175 from Techatrix/fix-diagnostics #245

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build
run: |
npm install
npm run compile
npx vsce package
ls -lt *.vsix