Skip to content

Merge pull request #148 from ReflectionsProjections/divyack2-patch-2 #663

Merge pull request #148 from ReflectionsProjections/divyack2-patch-2

Merge pull request #148 from ReflectionsProjections/divyack2-patch-2 #663

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn build