Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Add sverklo (local-first code intelligence MCP server) #138

Add sverklo (local-first code intelligence MCP server)

Add sverklo (local-first code intelligence MCP server) #138

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint || true # Don't fail the build for now, just report issues