Skip to content

Fix issue where table field IDs get quoted (#295) #66

Fix issue where table field IDs get quoted (#295)

Fix issue where table field IDs get quoted (#295) #66

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install
- run: yarn test
- run: npm install -g vsce
- run: vsce package