Skip to content

Add a SpacetimeDBException to C# SDK to aid in debugging #2300

Add a SpacetimeDBException to C# SDK to aid in debugging

Add a SpacetimeDBException to C# SDK to aid in debugging #2300

name: Docs - Check Link Validity
on:
pull_request:
push:
branches:
- master
merge_group:
jobs:
check-links:
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: '16' # or the version of Node.js you're using
- name: Install dependencies
working-directory: docs
run: |
npm install
- name: Run link check
working-directory: docs
run: |
npm run check-links