Skip to content

refactor: update module exports for totp-wasm package #8

refactor: update module exports for totp-wasm package

refactor: update module exports for totp-wasm package #8

Workflow file for this run

name: Deno
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/[email protected]
with:
deno-version: v1.32.3
- name: Run tests
run: deno test --allow-read examples/deno/