Skip to content

Added initial HDC code and needed utilities #4

Added initial HDC code and needed utilities

Added initial HDC code and needed utilities #4

Workflow file for this run

on:
push:
branches:
- dev
workflow_dispatch:
defaults:
run:
working-directory: js
jobs:
Run-JS-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: "npm"
cache-dependency-path: js/package-lock.json
- run: npm ci
- run: npm test