Skip to content

Update TypeLegend to version 0.1.16 and add mapKeys utility function #39

Update TypeLegend to version 0.1.16 and add mapKeys utility function

Update TypeLegend to version 0.1.16 and add mapKeys utility function #39

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test