Skip to content

feat(deno/idb): implement IDBObjectStore.get #155

feat(deno/idb): implement IDBObjectStore.get

feat(deno/idb): implement IDBObjectStore.get #155

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