Skip to content

Merge branch 'master' of github.com:alan-platform/AlanForVSCode #45

Merge branch 'master' of github.com:alan-platform/AlanForVSCode

Merge branch 'master' of github.com:alan-platform/AlanForVSCode #45

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- release
tags-ignore:
- 'published/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- name: tsc
run: |
npx tsc -p .
npx vsce package