Skip to content

Migration to mark3labs/mcp-go/client #72

Migration to mark3labs/mcp-go/client

Migration to mark3labs/mcp-go/client #72

Workflow file for this run

name: Run golangci-lint
on:
pull_request:
paths:
- '**.go'
push:
branches:
- main
- master
paths:
- '**.go'
concurrency:
group: golangci-lint-mcp
cancel-in-progress: true
jobs:
lint:
name: Run golangci-lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0
args: --timeout=5m