Skip to content

Merge branch 'main' into ryan/miniflare-2 #3

Merge branch 'main' into ryan/miniflare-2

Merge branch 'main' into ryan/miniflare-2 #3

Workflow file for this run

name: cloudflare-compat
on: [push]
jobs:
cloudflare-compat:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Set up node
uses: actions/setup-node@v6
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Test Cloudflare compatibility
run: yarn test:cloudflare