Skip to content

Bump vitest from 3.0.4 to 3.0.5 in the npm_and_yarn group #244

Bump vitest from 3.0.4 to 3.0.5 in the npm_and_yarn group

Bump vitest from 3.0.4 to 3.0.5 in the npm_and_yarn group #244

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- name: Check
run: |
npm run lint
npm run test