Skip to content

make <<partition>> end up in diagrams #50

make <<partition>> end up in diagrams

make <<partition>> end up in diagrams #50

Workflow file for this run

name: Deno tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: denoland/[email protected]
with:
deno-version: v1.x # run with the latest stable version of Deno
- name: Run Deno tests
run: deno task run-tests