-
Notifications
You must be signed in to change notification settings - Fork 8
Add CI #42
Copy link
Copy link
Open
Labels
infraBuild, CI, tooling, testsBuild, CI, tooling, tests
Description
Activity
Metadata
Metadata
Assignees
Labels
infraBuild, CI, tooling, testsBuild, CI, tooling, tests
There is no
.github/directory. Nothing runs analyze, tests or formatting on a pull request.This was felt directly while reviewing #21: every check was manual.
Proposed workflow:
flutter analyzeflutter testdart format --set-exit-if-changed .flutter build ios --no-codesignandflutter build apk --debugon the example, once chore: allow url to launch on Android #18 makes the Android build work againflutter pub publish --dry-runon tagsCI should land before the bug fixes, since it protects every change after it.
Found during the v0.4.0 codebase audit.