Skip to content

docs: Readme update with additional react-pdf bug that this library s… #1749

docs: Readme update with additional react-pdf bug that this library s…

docs: Readme update with additional react-pdf bug that this library s… #1749

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun i
- name: Test
run: bun run test