Skip to content

DAO-842 Added unstake check when the user cannot withdraw due to coll… #1

DAO-842 Added unstake check when the user cannot withdraw due to coll…

DAO-842 Added unstake check when the user cannot withdraw due to coll… #1

Workflow file for this run

name: Build files to verify building works before merging
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i
- run: npm run build