Skip to content

dep: ESLint 9, Vitest 2 #104

dep: ESLint 9, Vitest 2

dep: ESLint 9, Vitest 2 #104

Workflow file for this run

name: Build
on:
push:
branches:
- v1
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install and build
run: |
pnpm install
pnpm build
- name: Test
run: |
pnpm test run