-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We need to set up Continuous Integration (CI) for this project using GitHub Actions and reflect the build/test status in the README.md file using appropriate status badges.
This will help:
- Automatically verify code quality on push/PR.
- Increase contributor confidence.
- Improve project visibility via status badges.
Tasks:
- Create a GitHub Actions workflow for Dart CI (analyze, format, test).
- Ensure the workflow runs on
pushandpull_request. - Add build status badge to
README.md. - (Optional) Add coverage or test result badge if applicable.
Resources:
- [Dart GitHub Actions guide](https://dart.dev/guides/ci/github-actions)
- [Example Workflow File](https://github.com/dart-lang/setup-dart)
- [Shields.io for README badges](https://shields.io/)
Additional Notes:
- This issue is open for first-time contributors.
- Please comment if you would like to work on this.
- Make sure to follow existing code style and open a PR when ready.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed