Skip to content

wip: new structure with json schema validation #12

wip: new structure with json schema validation

wip: new structure with json schema validation #12

Workflow file for this run

name: test
on:
- pull_request
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 run test