Skip to content

docs: add a caution on README.md #234

docs: add a caution on README.md

docs: add a caution on README.md #234

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
with:
task: test:unit
integration:
name: Integration
uses: hasundue/actions/.github/workflows/integration-deno.yml@main
secrets: inherit
with:
task: test:integration