Skip to content

fix: Fix the problem of null judgment error #13

fix: Fix the problem of null judgment error

fix: Fix the problem of null judgment error #13

Workflow file for this run

name: "CI Check"
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build