Skip to content

Add four missing diagrams, provide contributor instructions, and upda… #93

Add four missing diagrams, provide contributor instructions, and upda…

Add four missing diagrams, provide contributor instructions, and upda… #93

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn build
- run: yarn test