Skip to content

Updated Localnet doc #336

Updated Localnet doc

Updated Localnet doc #336

Workflow file for this run

name: Check Broken Links
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: yarn
- name: Build project
run: EXPORT=true yarn build
- name: Check for broken links
run: yarn check-links