Skip to content

fix: correctly name statistic property (#14) #35

fix: correctly name statistic property (#14)

fix: correctly name statistic property (#14) #35

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun test