Skip to content

fixup

fixup #3

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: ./node_modules/.bin/jsdoc2md lib.js -t api-template.hbs