Skip to content

docs: fix broken links in the MCP setup guides #1334

docs: fix broken links in the MCP setup guides

docs: fix broken links in the MCP setup guides #1334

Workflow file for this run

name: Format Check
on:
pull_request:
branches: [main]
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
format-check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Run spotless validation
run: mvn spotless:check --batch-mode --no-transfer-progress