# validate > Run full validation pipeline (lint + typecheck + test) - Author: Benson Osei Mensah - Repository: bensonOSei/linkdedin_mcp - Version: 20260201122241 - Stars: 3 - Forks: 1 - Last Updated: 2026-02-06 - Source: https://github.com/bensonOSei/linkdedin_mcp - Web: https://mule.run/skillshub/@@bensonOSei/linkdedin_mcp~validate:20260201122241 --- --- description: Run full validation pipeline (lint + typecheck + test) allowed-tools: Bash --- # /validate Run the full validation pipeline: lint, type check, then test. ## Steps 1. Run `uv run ruff check src/ tests/` - stop if errors 2. Run `uv run ruff format --check src/ tests/` - stop if errors 3. Run `uv run mypy src/` - stop if errors 4. Run `uv run pytest -v` - report results