Skip to content

Update GitHub Actions workflow to include @cross/runtime in jsr_depen… #735

Update GitHub Actions workflow to include @cross/runtime in jsr_depen…

Update GitHub Actions workflow to include @cross/runtime in jsr_depen… #735

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/runtime @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/runtime @cross/fs @cross/dir @std/assert @std/path"
test_target: "test/*.test.ts test/**/*.test.ts"