Skip to content

Plan review: add compatibility fallback design + test vectors #4

Plan review: add compatibility fallback design + test vectors

Plan review: add compatibility fallback design + test vectors #4

name: Plan Review Parser Prototype CI
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: |
npm ci
- name: Run tests
run: |
npm test