Skip to content

TIP-40: Staking & Delegation #332

TIP-40: Staking & Delegation

TIP-40: Staking & Delegation #332

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