Skip to content

add support for bsc #43

add support for bsc

add support for bsc #43

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Build app
run: |
cd app
yarn && yarn build