Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
412 stars 67 forks source link

Format on Dart 2.10.4, only check formatting on stable runs #290

Closed greglittlefield-wf closed 3 years ago

greglittlefield-wf commented 3 years ago

Motivation

CI was failing on every commit because the code was formatted under Dart 2.9, and CI was only skipping formatting on dev runs and not the Dart 2.10 stable run.

Previously, stable runs were broken due to build issues, but now that that's fixed, we can format on stable.

Solution

QA steps