Skip to content

chore: add mUSDT content #4

chore: add mUSDT content

chore: add mUSDT content #4

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn
- name: Build
run: |
yarn build:all