Skip to content

add basic manasharing contract #58

add basic manasharing contract

add basic manasharing contract #58

Workflow file for this run

name: Test Ubuntu
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.platform }}
name: "${{ matrix.platform }} ${{ matrix.nodeversion }}"
strategy:
matrix:
platform: [ubuntu-latest]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build All
run: yarn buildAll:ubuntu