Skip to content

Add a JS API for using the icons on pins & such! #19

Add a JS API for using the icons on pins & such!

Add a JS API for using the icons on pins & such! #19

Workflow file for this run

name: Run JS Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '25.x'
- run: npm --prefix js i
- run: npm --prefix js test