Skip to content

docs: bump to 3d88b6bfe3685de6047fa086d63f7564b5e7fa69 #7871

docs: bump to 3d88b6bfe3685de6047fa086d63f7564b5e7fa69

docs: bump to 3d88b6bfe3685de6047fa086d63f7564b5e7fa69 #7871

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test-build:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24.x"
cache: "npm"
- run: npm install
- name: Test Build
run: npm run build