Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Merge pull request #29 from kaito02020424/main #81

Merge pull request #29 from kaito02020424/main

Merge pull request #29 from kaito02020424/main #81

Workflow file for this run

name: Vitest
'on':
push:
branches:
- main
paths:
- 'src/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
with:
version: latest
- run: pnpm i --frozen-lockfile
- run: pnpm test