Skip to content

CI Tests

CI Tests #10

Workflow file for this run

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
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

Check failure on line 20 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "cross-org/workflows/.github/workflows/node-ci.yml@main" (source branch with sha:70969ce14ebe77f5e9becde541bf614bebfb04b7) : You have an error in your yaml syntax on line 18
with:
jsr_dependencies: "@cross/test @std/assert"