Skip to content

TIP-54: Anchor Output Type #232

TIP-54: Anchor Output Type

TIP-54: Anchor Output Type #232

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