Skip to content

feat: initialize golutra-mcp #1

feat: initialize golutra-mcp

feat: initialize golutra-mcp #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
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: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run checks
run: npm run check
- name: Verify npm package contents
run: npm run package:check