Skip to content

Add --server-logs flag to call command #68

Add --server-logs flag to call command

Add --server-logs flag to call command #68

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