Skip to content

chore(JSDoc): add JSDoc #31

chore(JSDoc): add JSDoc

chore(JSDoc): add JSDoc #31

Workflow file for this run

name: Run test
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run format check
run: npm run format:check