-
-
Notifications
You must be signed in to change notification settings - Fork 3
Main #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Main #23
Conversation
Signed-off-by: KeyMatrix <mus.musayev@gmail.com>
There was a problem hiding this comment.
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 a GitHub Actions workflow for Python package CI/CD. The workflow automates testing and linting for Python packages across multiple Python versions.
- Adds automated CI pipeline with Python 3.9, 3.10, and 3.11 support
- Includes linting with flake8 and testing with pytest
- Triggers on push and pull requests to the main branch
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
This pull request introduces a new GitHub Actions workflow for Python package CI. The workflow automates dependency installation, linting, and testing across multiple Python versions on pushes and pull requests to the Continuous integration setup:
Testing and linting improvements:
|
No description provided.