Skip to content

default to one million second expiry (#173) #143

default to one million second expiry (#173)

default to one million second expiry (#173) #143

Workflow file for this run

name: Lint & Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- uses: biomejs/setup-biome@v2
- run: biome ci .
- run: npm test