Skip to content

Add multisig key type #1192

Add multisig key type

Add multisig key type #1192

Workflow file for this run

name: OpenAPI Test
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.14
- run: cd packages/web3 && pnpm i
# Wait for this issue to be resolved: https://github.com/acacode/swagger-typescript-api/issues/370
- run: npm run update-schemas && test -z "$(git status --porcelain)"
- run: npm run build