Skip to content

use typed client in most places, convert to start time + end time (#21) #12

use typed client in most places, convert to start time + end time (#21)

use typed client in most places, convert to start time + end time (#21) #12

Workflow file for this run

name: CLI (Check)
on: [push]
jobs:
# run format, lint, and test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun check