Skip to content

fix: reduce peak memory ~9× in LZW decoder and TIFF encoder; clean up… #783

fix: reduce peak memory ~9× in LZW decoder and TIFF encoder; clean up…

fix: reduce peak memory ~9× in LZW decoder and TIFF encoder; clean up… #783

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
deno_ci:
permissions:
contents: read
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main
with:
entrypoint: mod.ts
lint_docs: false
allow_outdated: false
bun_ci:
permissions:
contents: read
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
with:
jsr_dependencies: "@cross/test @cross/fs @cross/dir @std/assert @std/path"
node_ci:
permissions:
contents: read
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
jsr_dependencies: "@cross/test @cross/fs @cross/dir @std/assert @std/path"
test_target: "test/*.test.ts test/**/*.test.ts"