Skip to content

fix: update hero image — FlowMCP branding, domain-neutral content #4

fix: update hero image — FlowMCP branding, domain-neutral content

fix: update hero image — FlowMCP branding, domain-neutral content #4

Workflow file for this run

name: Run Tests on Push
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Build (Astro + Starlight)
run: npm run build