Skip to content

Update workflow

Update workflow #6

Workflow file for this run

name: My Project's Testing CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deno_ci:
uses: cross-org/workflows/deno-ci.yml@main
with:
entrypoint: mod.ts
bun_ci:
uses: cross-org/workflows/bun-ci.yml@main
with:
jsr_dependencies: @cross/test @std/assert

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
node_ci:
uses: cross-org/workflows/node-ci.yml@main
with:
jsr_dependencies: @cross/test @std/assert