Skip to main content
Glama
lint.yml1.55 kB
name: Lint and Test on: push: branches: [ main, develop ] pull_request: types: - opened - reopened - synchronize - ready_for_review branches: [ main, develop ] jobs: lint: runs-on: ubuntu-latest permissions: contents: read pull-requests: write strategy: matrix: python-version: ["3.13"] steps: - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v3 with: version: "latest" - name: Set up Python ${{ matrix.python-version }} run: uv python install ${{ matrix.python-version }} - name: Install dependencies run: | uv sync --inexact --group dev - name: Run linting run: | uv run ruff check . - name: Check formatting run: | uv run ruff format --check . - name: Run tests with coverage run: | uv run pytest tests/ -v \ --cov=src \ --cov-report=term-missing \ --cov-report=xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} slug: BERDataLakehouse/datalake-mcp-server files: ./coverage.xml fail_ci_if_error: false verbose: true - name: Create Coverage Comment if: github.event_name == 'pull_request' uses: py-cov-action/python-coverage-comment-action@v3 with: GITHUB_TOKEN: ${{ github.token }} MINIMUM_GREEN: 80 MINIMUM_ORANGE: 70

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/BERDataLakehouse/datalake-mcp-server'

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