Skip to content

Add Mermaid

Add Mermaid #52

Workflow file for this run

name: Bun.sh CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun build ./hepop.js --compile --outfile hepop