Skip to content

ci: add smoke-test workflow (import check + lint)#1

Merged
tcconnally merged 1 commit into
mainfrom
ci/add-smoke-test
Jun 18, 2026
Merged

ci: add smoke-test workflow (import check + lint)#1
tcconnally merged 1 commit into
mainfrom
ci/add-smoke-test

Conversation

@tcconnally

Copy link
Copy Markdown
Collaborator

Adds a basic CI pipeline for hermes-mimir (currently has zero CI).

Jobs:

  1. import-and-schema — Verifies the package installs and imports, checks the MimirMemoryProvider has the required interface methods
  2. lint — Runs ruff check on hermes_mimir/ and tests/

This is the minimum viable CI — catches "crashes on import" regressions and basic code quality issues.

Basic CI pipeline ensuring the package imports cleanly
and the MemoryProvider interface is intact.
@tcconnally tcconnally merged commit e8f6c35 into main Jun 18, 2026
1 of 2 checks passed
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.

1 participant