Skip to content

Fix external NSDFGs that have not been loaded yet, i.e., where the SDFG property is not set #52

Fix external NSDFGs that have not been loaded yet, i.e., where the SDFG property is not set

Fix external NSDFGs that have not been loaded yet, i.e., where the SDFG property is not set #52

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.4]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run type-check
- run: npm run build-prod