Skip to content

feat: support jsr: specifier #140

feat: support jsr: specifier

feat: support jsr: specifier #140

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Test
uses: hasundue/actions/.github/workflows/test-deno.yml@main
secrets: inherit
integration:
name: Integration
uses: hasundue/actions/.github/workflows/integration-deno.yml@main

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "hasundue/actions/.github/workflows/integration-deno.yml@main" (source branch with sha:c913cee2402e18ffb14cb6256e7a7dc1dd18bd65) : No jobs defined in `jobs`
secrets: inherit