Skip to content

Fix missing spaces in docs #84

Fix missing spaces in docs

Fix missing spaces in docs #84

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