Skip to content

Release: Major Project Restructuring and Documentation Updates #1

Release: Major Project Restructuring and Documentation Updates

Release: Major Project Restructuring and Documentation Updates #1

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: actions/setup-node@v4
with:
node-version: '23.x.'
- run: npm ci
- run: npm run test