Skip to content

Add .NET 9 and Test Platform #36

Add .NET 9 and Test Platform

Add .NET 9 and Test Platform #36

name: Build and test PRs with docs
on:
pull_request:
paths:
- docs/**
jobs:
docs:
runs-on: ubuntu-latest
steps:
-
name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
-
name: Checkout
uses: actions/checkout@v4
-
name: Build docs
run: |
cd docs
pnpm install
pnpm build