Skip to content

docs: update README to indicate support for both ESM and CommonJS syntax #754

docs: update README to indicate support for both ESM and CommonJS syntax

docs: update README to indicate support for both ESM and CommonJS syntax #754

Workflow file for this run

name: ci
env:
DENO_VERSION: 2.x
DENO_TLS_CA_STORE: system
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: ${{ env.DENO_VERSION }}
cache: true
- name: Check fmt & lint & type check & test
run: deno task check