Skip to content

ci: add static checks workflow#26

Open
moul wants to merge 1 commit into
Cloud-Temple:mainfrom
moul:codex/graph-memory-ci
Open

ci: add static checks workflow#26
moul wants to merge 1 commit into
Cloud-Temple:mainfrom
moul:codex/graph-memory-ci

Conversation

@moul

@moul moul commented Jun 12, 2026

Copy link
Copy Markdown

Summary

  • add a GitHub Actions CI workflow for offline static checks
  • compile Python sources under src and scripts
  • run the existing MCP tool parameter description checker

Tests

  • python -m compileall -q src scripts
  • python scripts/check_param_descriptions.py

Notes

The existing scripts/tests suite is a live MCP recette suite that expects a running Graph Memory stack and tokens. This workflow intentionally starts with offline checks only.

Comment thread .github/workflows/ci.yml
name: Static checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should upgrade it to v6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants