Skip to content

fix: Add more spec tests for the new tokenizer and fix issues in it #108

fix: Add more spec tests for the new tokenizer and fix issues in it

fix: Add more spec tests for the new tokenizer and fix issues in it #108

Workflow file for this run

name: build-artifact
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Install
run: yarn install
- name: Test
run: yarn test && yarn build:ts && yarn build:syntax
- name: Lint
run: yarn lint
- name: Bundle and Pack Package
run: yarn build:vsix
- uses: actions/upload-artifact@v4
with:
name: vscode-extension
path: |
artifacts/vscode/*.vsix
artifacts/vscode/*.list