Skip to main content
Glama
sonar.yml1.06 kB
name: SonarQube Analysis on: workflow_dispatch: # 支持手动触发 push: branches: - main - master - develop pull_request: types: [opened, synchronize, reopened] jobs: sonarqube: name: SonarQube Scan runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v3 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} with: args: > -Dsonar.projectKey=BACH-AI-Tools_excel-mcp-server -Dsonar.projectName=excel-mcp-server # Optional: Fail the build if Quality Gate fails # - name: SonarQube Quality Gate check # uses: SonarSource/sonarqube-quality-gate-action@master # timeout-minutes: 5 # env: # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server