Skip to content

fix cypher injection, cap expansion depth, require credentials, add p… #21

fix cypher injection, cap expansion depth, require credentials, add p…

fix cypher injection, cap expansion depth, require credentials, add p… #21

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test