Skip to content

Feat/eth transactions #38

Feat/eth transactions

Feat/eth transactions #38

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
types: [opened, reopened]
branches:
- "master"
env:
CI: true
jobs:
validate:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Bootstrap lerna
run: yarn lerna:init