Skip to content

fix:Adding Instructions for ECS Usage #67

fix:Adding Instructions for ECS Usage

fix:Adding Instructions for ECS Usage #67

Workflow file for this run

name: Mypy
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: purple-mcp-mypy-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Python and uv
uses: ./.github/actions/setup-python-uv
- name: Run mypy check
run: |
uv run --group dev mypy