Skip to content

Refine skill matching: split word sets, stop-word verbs, arb alias #314

Refine skill matching: split word sets, stop-word verbs, arb alias

Refine skill matching: split word sets, stop-word verbs, arb alias #314

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Security audit
run: npm audit --audit-level=high
- name: Typecheck, test, build
run: npm run ci
security:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: npm audit
run: npm audit --audit-level=moderate
- name: Check for vulnerabilities
run: npx --yes audit-ci --moderate