Skip to content

fix broken internal links #89

fix broken internal links

fix broken internal links #89

Workflow file for this run

name: Test
on: pull_request
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- run: npm ci
- run: npm run build