Skip to content

build(deps-dev): bump wrangler from 4.123.0 to 4.129.0 in /mcp #448

build(deps-dev): bump wrangler from 4.123.0 to 4.129.0 in /mcp

build(deps-dev): bump wrangler from 4.123.0 to 4.129.0 in /mcp #448

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: ESLint
run: npx eslint .