Skip to content

Merge branch 'main' of github.com:formkit/tempo #217

Merge branch 'main' of github.com:formkit/tempo

Merge branch 'main' of github.com:formkit/tempo #217

Workflow file for this run

name: Vitest
on: [push, workflow_dispatch]
jobs:
vitest-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm test