Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

add descriptions to doc entries, hide 3000.2v blog #1409

add descriptions to doc entries, hide 3000.2v blog

add descriptions to doc entries, hide 3000.2v blog #1409

Workflow file for this run

name: test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm run test