Skip to content

Add CI #42

Description

@developerjamiu

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 analyze
  • flutter test
  • dart format --set-exit-if-changed .
  • flutter build ios --no-codesign and flutter build apk --debug on the example, once chore: allow url to launch on Android #18 makes the Android build work again
  • flutter pub publish --dry-run on tags

CI should land before the bug fixes, since it protects every change after it.

Found during the v0.4.0 codebase audit.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    infraBuild, CI, tooling, tests

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions