Skip to content

add basic collections #72

add basic collections

add basic collections #72

Workflow file for this run

name: TypeScript Check
on:
pull_request:
branches: [main, master]
push:
branches: [main, master]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm install
- run: npm run type-check