Skip to content

fix: security, correctness, and performance improvements from TODO re… #780

fix: security, correctness, and performance improvements from TODO re…

fix: security, correctness, and performance improvements from TODO re… #780

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"