Skip to content

TIP-43: Non-Fungible Token Output Type #115

TIP-43: Non-Fungible Token Output Type

TIP-43: Non-Fungible Token Output Type #115

name: Test Docs Build
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Build
run: |
corepack enable
yarn install --no-immutable
yarn build