Skip to content

Add GitHub Actions workflow for testing#1

Merged
abdellatifLabr merged 2 commits into
mainfrom
github-workflow
Feb 26, 2026
Merged

Add GitHub Actions workflow for testing#1
abdellatifLabr merged 2 commits into
mainfrom
github-workflow

Conversation

@abdellatifLabr
Copy link
Copy Markdown
Owner

Summary

  • Adds GitHub Actions workflow to run tests on push and pull requests
  • Tests against Python 3.10, 3.11, and 3.12 on ubuntu-latest
  • Runs linter (flake8) and pytest on each CI run

Details

  • Trigger: push to main branch and pull requests
  • Matrix strategy: Python 3.10, 3.11, 3.12
  • Jobs: lint check with make lint and tests with pytest

@abdellatifLabr abdellatifLabr merged commit b254aad into main Feb 26, 2026
3 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