Skip to content

XDR: fix contract ID and type rendering (#761) #534

XDR: fix contract ID and type rendering (#761)

XDR: fix contract ID and type rendering (#761) #534

Workflow file for this run

name: Test and build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
# - run: yarn test:jest
- run: yarn build