Skip to content

Let’s stop here since MyST obviously is not complete enough #192

Let’s stop here since MyST obviously is not complete enough

Let’s stop here since MyST obviously is not complete enough #192

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Run tests (Bun)
on: push
permissions:
contents: read
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "tests-bun"
cancel-in-progress: false
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test