Skip to content

Bump @vitest/mocker and vitest #165

Bump @vitest/mocker and vitest

Bump @vitest/mocker and vitest #165

Workflow file for this run

name: "Lint"
on:
push:
pull_request:
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 24.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint