Skip to content

Smart Backend Wallets #78

Smart Backend Wallets

Smart Backend Wallets #78

Workflow file for this run

name: Check Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run build
run: yarn build