Skip to content

various typoes and broken links #1263

various typoes and broken links

various typoes and broken links #1263

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- run: npm install
- run: npm test
- run: npm run build