Skip to content

docs: add GitHub star badges to library table in README #16

docs: add GitHub star badges to library table in README

docs: add GitHub star badges to library table in README #16

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run cf:build