Skip to content

Updating example elements in README and tests; remove unused readUnti… #7

Updating example elements in README and tests; remove unused readUnti…

Updating example elements in README and tests; remove unused readUnti… #7

Workflow file for this run

name: Build, test and typecheck
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2
- name: Install dependencies
run: bun install
- name: Test
run: bun test --coverage
- name: Typecheck
run: bun typecheck