Skip to content

Update deps for substrate wasm #80

Update deps for substrate wasm

Update deps for substrate wasm #80

Workflow file for this run

name: PR
on:
pull_request:
paths-ignore:
- '.github/workflows/**'
jobs:
pr:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn
- name: build
run: yarn build
- name: lint
run: yarn lint
- name: test
run: yarn test --forceExit