Skip to content

add test ci

add test ci #2

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn tsc
- run: yarn lint
- run: yarn tsd