Skip to content

chore: rename llmock→aimock in comments, strings, URLs, and docs #411

chore: rename llmock→aimock in comments, strings, URLs, and docs

chore: rename llmock→aimock in comments, strings, URLs, and docs #411

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 24]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test