Skip to content

Pretty print various objects #20

Pretty print various objects

Pretty print various objects #20

Workflow file for this run

name: Bun CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: antongolub/[email protected]
with:
bun-version: v1.x # Uses latest bun 1
- run: bun x jsr add @cross/test @std/assert @cross/deepmerge @cross/utils # Installs dependencies
- run: bun test # Runs the tests