Skip to content

feat(demo): transfer with timelock #80

feat(demo): transfer with timelock

feat(demo): transfer with timelock #80

Workflow file for this run

name: Lint and build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build:all