Skip to content

Testing CI

Testing CI #5

Workflow file for this run

name: Testing CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: # Allow manual runs
jobs:
deno_ci:
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main

Check failure on line 12 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "cross-org/workflows/.github/workflows/deno-ci.yml@main" (source branch with sha:182d202c9537d632b02ec0ef87d893d9e73d218f) : Invalid type for `on`
with:
entrypoint: mod.ts
bun_ci:
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
with:
jsr_dependencies: "@cross/test @std/assert @cross/deepmerge @cross/utils"
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
jsr_dependencies: "@cross/test @std/assert @cross/deepmerge @cross/utils"
test_target: "*.test.ts"