Skip to content

fix: tighten active memory search defaults #12

fix: tighten active memory search defaults

fix: tighten active memory search defaults #12

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
package-manager-cache: false
- run: npm ci
- run: npm run check
- run: npm run build