Skip to content

Add MCP registry publish workflow #4

Add MCP registry publish workflow

Add MCP registry publish workflow #4

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Check JavaScript syntax
run: npm run check