Skip to content

[DO NOT MERGE] SDS v3 #272

[DO NOT MERGE] SDS v3

[DO NOT MERGE] SDS v3 #272

Workflow file for this run

name: Test and build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
- run: yarn build