Skip to content

feat: add minTime and maxTime inputs #11

feat: add minTime and maxTime inputs

feat: add minTime and maxTime inputs #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- uses: codecov/codecov-action@v3