Skip to content

feat(cli): expand .memory/ with 6 core memory bank files #9

feat(cli): expand .memory/ with 6 core memory bank files

feat(cli): expand .memory/ with 6 core memory bank files #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: cli/package-lock.json
- name: Install dependencies
working-directory: cli
run: npm ci
- name: Build
working-directory: cli
run: npm run build
- name: Check CLI runs
working-directory: cli
run: node dist/index.js --help