Skip to content

Improving Susan templates, MOS Scripts (#2) #10

Improving Susan templates, MOS Scripts (#2)

Improving Susan templates, MOS Scripts (#2) #10

Workflow file for this run

name: Create MetaModelica VS Code Extension
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup npm
uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install the dependencies
run: npm install
- name: Build package
run: npm run build
- name: Archive vsix package
uses: actions/upload-artifact@v2
with:
name: metamodelica.vsix
path: metamodelica-*.vsix