Skip to content

ci: add minimal lint+unit test workflow#10

Open
haz3141 wants to merge 7 commits intomainfrom
ci/minimal
Open

ci: add minimal lint+unit test workflow#10
haz3141 wants to merge 7 commits intomainfrom
ci/minimal

Conversation

@haz3141
Copy link
Copy Markdown
Owner

@haz3141 haz3141 commented Sep 6, 2025

Adds minimal CI workflow for PR validation

Changes

  • GitHub Actions workflow for pull requests
  • Python 3.11 setup and dependency installation
  • Pre-commit linting (non-blocking)
  • Unit test execution for lab/tests/test_summarize.py

Workflow

  • Triggers on PRs to main branch
  • Runs on ubuntu-latest
  • Installs dependencies from requirements.txt
  • Executes linting and unit tests

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