Skip to content

Sort of figure out what’s up with remark #197

Sort of figure out what’s up with remark

Sort of figure out what’s up with remark #197

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