First off, love the work you've done on this project! 馃檹 To ensure it continues to stand the test of time and maintain quality without lots of additional effort from you, I'd like to propose adding a GitHub Action workflow for continuous integration.
Suggested Improvements
-
GitHub Action Workflow
- Set up a simple GitHub Action workflow to automate testing on every pull request and commit.
- This will help catch any issues early and maintain code quality as contributions are made.
-
Basic Flask Tests
This setup would help make sure that new contributions don't accidentally break the existing functionality.
See working implementation at github.com/joelvaneenwyk/web-extension-analysis/actions which I'm happy to clean up into a PR or happy to contribute in some other way too. 馃嵒
Notes on forked version
https://github.com/joelvaneenwyk/web-extension-analysis
- Switched to using Rye (can remove from PR)
- Added CSpell configs (can remove from PR)
- Fixed numerous regex warnings
- Refactored source into 'src' folder
- Reformatted files with 'ruff'
First off, love the work you've done on this project! 馃檹 To ensure it continues to stand the test of time and maintain quality without lots of additional effort from you, I'd like to propose adding a GitHub Action workflow for continuous integration.
Suggested Improvements
GitHub Action Workflow
Basic Flask Tests
This setup would help make sure that new contributions don't accidentally break the existing functionality.
See working implementation at github.com/joelvaneenwyk/web-extension-analysis/actions which I'm happy to clean up into a PR or happy to contribute in some other way too. 馃嵒
Notes on forked version