Format
Shorebird CI’s “Format” check uses
dart format
to look for consistent
formatting across all of your Dart files.
Requirements
Section titled “Requirements”None. As long as your repository has Dart code detected this check will run.
If you have an analysis_options.yaml
file with customizations, they are
recognized during this check.
Available Statuses
Section titled “Available Statuses”This check passes if the check returns 0 changed
.
This check fails if the check finds changes in files.