Skip to content

refactor: fix ts lint errors #32

refactor: fix ts lint errors

refactor: fix ts lint errors #32

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.1
- run: pnpm install
- run: pnpm lint