Skip to content

feat(02-05): integrate contextual decay into applyDecay with decay_ra… #108

feat(02-05): integrate contextual decay into applyDecay with decay_ra…

feat(02-05): integrate contextual decay into applyDecay with decay_ra… #108

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: '24'
cache: 'npm'
- run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build
- name: Test
run: npm test
- name: Audit
run: npm audit --audit-level=moderate