Skip to content

Rename: fast-html-mcp-server → OpenTalk2HTML-NotMD #16

Rename: fast-html-mcp-server → OpenTalk2HTML-NotMD

Rename: fast-html-mcp-server → OpenTalk2HTML-NotMD #16

Workflow file for this run

name: CI
on:
push:
branches: [master, main, open-source]
pull_request:
branches: [master, main, open-source]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build