Introduce GitHub workflows #27
marcossevilla
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should add GitHub workflows to improve package maintainability and enforce rules around contributing to the repository.
Currently, this CI feature is a work in progress since we're adding workflows to enforce basic Dart/Flutter related checks like linting and formatting, which will improve the code introduced in new PRs and also introduce a new test coverage threshold for each package so we can make sure the features work correctly and simplify future enhancements or refactors.
Beta Was this translation helpful? Give feedback.
All reactions