Skip to content

docs: update broken links #31

docs: update broken links

docs: update broken links #31

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.1.1
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 19.8.1
cache: pnpm
- run: pnpm lint
- run: pnpm t