Skip to content

quite a few tweaks before the big demo #85

quite a few tweaks before the big demo

quite a few tweaks before the big demo #85

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
permissions:
checks: write
contents: write
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Node.js dependencies
run: yarn install
- name: Run Build
run: yarn build