Skip to content

Condense snippets in global-wallets.mdx #503

Condense snippets in global-wallets.mdx

Condense snippets in global-wallets.mdx #503

Workflow file for this run

name: Validate Changes
on:
workflow_dispatch:
pull_request:
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn
- name: Build docs
run: yarn build