Skip to content

ci: Add Python CI workflow with matrix builds and linting#15

Open
SoClosee wants to merge 1 commit intomainfrom
gitpilot/ci-GoogleMapScraper-1772606402
Open

ci: Add Python CI workflow with matrix builds and linting#15
SoClosee wants to merge 1 commit intomainfrom
gitpilot/ci-GoogleMapScraper-1772606402

Conversation

@SoClosee
Copy link
Contributor

@SoClosee SoClosee commented Mar 4, 2026

This PR adds a GitHub Actions workflow for continuous integration. The workflow includes:

  • Matrix Builds: Tests the code against multiple Python versions (3.8, 3.9, 3.10) to ensure compatibility.
  • Dependency Caching: Uses caching for pip dependencies to speed up installation times.
  • Test Execution: Runs unit tests using pytest.
  • Linting: Checks code quality using flake8.
  • Concurrency Control: Cancels in-progress runs if a new run is triggered on the same branch or ref.

This setup ensures that the project is tested and linted efficiently across multiple Python versions, helping to catch issues early in the development process.

Automated by GitPilot — your friendly AI maintainer

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