Skip to content

refactor: simplify edit count handling and improve LNodeType update l… #7

refactor: simplify edit count handling and improve LNodeType update l…

refactor: simplify edit count handling and improve LNodeType update l… #7

Workflow file for this run

name: Test On Push
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run-script test