Skip to content

better structure of the relationships of objects, moved createOrder i… #11

better structure of the relationships of objects, moved createOrder i…

better structure of the relationships of objects, moved createOrder i… #11

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x # Run with latest stable Deno.
- run: deno fmt --check
- run: deno lint
- run: deno test -A