Skip to content

TIP-46: Tangle Blocks for IOTA 2.0 #321

TIP-46: Tangle Blocks for IOTA 2.0

TIP-46: Tangle Blocks for IOTA 2.0 #321

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