Skip to content

fix condition to fix nextSibling as last chunk node #83

fix condition to fix nextSibling as last chunk node

fix condition to fix nextSibling as last chunk node #83

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.2.2
- name: Install dependencies, build, and test
run: bun install
- run: bunx [email protected] install
- run: bunx [email protected] install-deps
- run: bun run build
- run: bun run bundlewatch
- run: bun run test