Skip to content

add GHAs - #1

Merged
zzstoatzz merged 5 commits into
mainfrom
ci
Aug 21, 2025
Merged

add GHAs#1
zzstoatzz merged 5 commits into
mainfrom
ci

Conversation

@zzstoatzz

Copy link
Copy Markdown
Collaborator

No description provided.

@zzstoatzz
zzstoatzz requested a review from Copilot August 21, 2025 17:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds GitHub Actions CI/CD workflows and implements code quality improvements. The changes focus on setting up automated testing and linting while modernizing import statements and fixing formatting issues.

  • Adds comprehensive CI workflow with testing across multiple Python versions and platforms
  • Modernizes Python imports to use collections.abc and typing_extensions
  • Improves code formatting consistency and removes unused imports

Reviewed Changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/ci.yml Adds CI workflow with testing and linting jobs
justfile Adds lint command for running ruff
tests/conftest.py Updates imports and removes unused import
src/prefect_mcp_server/types.py Modernizes TypedDict import
src/prefect_mcp_server/settings.py Fixes formatting consistency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/ci.yml
cache-dependency-glob: "uv.lock"

- name: Run pre-commit
run: uv run pre-commit run --all-files

Copilot AI Aug 21, 2025

Copy link

Choose a reason for hiding this comment

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

The lint job references pre-commit but there's no setup step to install it or configure the pre-commit hooks. This will likely fail unless pre-commit is defined as a project dependency. Consider adding a step to install pre-commit hooks or ensure it's properly configured in the project dependencies.

Copilot uses AI. Check for mistakes.
@zzstoatzz
zzstoatzz merged commit 55d1621 into main Aug 21, 2025
5 checks passed
@zzstoatzz
zzstoatzz deleted the ci branch August 26, 2025 18:23
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