Skip to content

Fix fmt. Add check+check-deps tasks. Exclude stuff on publish. Do not… #4

Fix fmt. Add check+check-deps tasks. Exclude stuff on publish. Do not…

Fix fmt. Add check+check-deps tasks. Exclude stuff on publish. Do not… #4

Workflow file for this run

# .github/workflows/test.yml
name: CI Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
deno_ci:
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main
with:
entrypoint: mod.ts
lint_docs: false
bun_ci:
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
with:
jsr_dependencies: "@cross/test @std/assert"
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
jsr_dependencies: "@cross/test @std/assert"
test_target: "src/*.test.ts"