Skip to content

wip: new structure with json schema validation #2

wip: new structure with json schema validation

wip: new structure with json schema validation #2

Workflow file for this run

on:
- pull_request
- push
name: test
jobs:
setup-and-test:
name: setup-and-test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun test