Skip to content

feat: Add mock I/O functions to Blobl playground and support input metadata #450

feat: Add mock I/O functions to Blobl playground and support input metadata

feat: Add mock I/O functions to Blobl playground and support input metadata #450

Workflow file for this run

---
# This workflow makes sure that the UI builds without errors
name: validate-build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 10
- name: Bundle UI
run: |
npm i
gulp bundle